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 388cabe commit 94f52b5Copy full SHA for 94f52b5
src/appveyor.yml
@@ -8,7 +8,7 @@ build_script:
8
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
9
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
10
- dotnet build src --configuration Release
11
-- dotnet test src --configuration Release --no-build --no-restore --filter Category!=Integration
+- dotnet test src --configuration Release --no-build --no-restore
12
test: off
13
artifacts:
14
- path: nugets\*.nupkg
0 commit comments