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 2d7d9be commit 2dcbff5Copy full SHA for 2dcbff5
.appveyor.yml
@@ -18,7 +18,7 @@ build_script:
18
- ps: dotnet --version
19
- ps: dotnet restore
20
- ps: dotnet build --no-restore -c Release
21
- - ps: dotnet test --no-restore --results-directory $env:BUILD_ARTIFACT_PATH/test-results /p:SkipBuildVersioning=true
+ - ps: dotnet test --no-restore /p:SkipBuildVersioning=true
22
- ps: dotnet pack --no-build -c Release /p:PackageOutputPath=$env:BUILD_ARTIFACT_PATH
23
24
test: false
0 commit comments