File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66# ----------------
77# ALL BUILD JOBS
88# ----------------
9+ configuration : Release
910skip_tags : false
10- test : off
1111
1212
1313for :
2424 - chmod +x ./dotnet-install.sh
2525 - sudo ./dotnet-install.sh --channel 10.0 --install-dir /usr/share/dotnet
2626
27- # build and run tests
28- build_script :
29- - uname -a
30- - ./build.sh
31-
32- # upload test results
33- after_build :
34- - find "$APPVEYOR_BUILD_FOLDER" -type f -name '*TestResults.xml' -print0 | xargs -0 -I '{}' curl -F 'file=@{}' "https://ci.appveyor.com/api/testresults/nunit3/$APPVEYOR_JOB_ID"
35-
3627 # deployment is handled exclusively by the Windows build job (below)
3728 deploy : off
3829
5647 install :
5748 - cmd : choco install dotnet-10.0-sdk
5849
59- # build and run tests
60- build_script :
61- - cmd : build.cmd
62-
63- # upload test results
6450 after_build :
65- - ps : |
66- $wc = New-Object System.Net.WebClient
67- $wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path "Net80TestResults.xml"))
68- $wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path "Net80WeakNamedTestResults.xml"))
69- $wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path "Net90TestResults.xml"))
70- $wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path "Net90WeakNamedTestResults.xml"))
71- $wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path "DesktopClrTestResults.xml"))
72- $wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path "DesktopClrWeakNamedTestResults.xml"))
51+ - dotnet build tools\Explicit.NuGet.Versions
52+ - .\tools\Explicit.NuGet.Versions\build\nev.exe ".\build" "castle."
7353
7454 # push packages to NuGet on tag builds
7555 on_success :
Load diff This file was deleted.
Load diff This file was deleted.
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments