We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174e50e commit e230182Copy full SHA for e230182
src/appveyor.yml
@@ -24,6 +24,7 @@ build_script:
24
sudo ./dotnet-install.sh --jsonfile src/global.json --architecture x64 --install-dir '/usr/share/dotnet'
25
}
26
- dotnet build src --configuration Release
27
+- dotnet publish src/EmptyFiles.AotTests --configuration Release
28
- dotnet test src --configuration Release --no-build --no-restore
29
test: off
30
artifacts:
0 commit comments