Skip to content

Commit 94f52b5

Browse files
committed
refs and cleanup
1 parent 388cabe commit 94f52b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build_script:
88
Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile "./dotnet-install.ps1"
99
./dotnet-install.ps1 -JSonFile src/global.json -Architecture x64 -InstallDir 'C:\Program Files\dotnet'
1010
- dotnet build src --configuration Release
11-
- dotnet test src --configuration Release --no-build --no-restore --filter Category!=Integration
11+
- dotnet test src --configuration Release --no-build --no-restore
1212
test: off
1313
artifacts:
1414
- path: nugets\*.nupkg

0 commit comments

Comments
 (0)