Skip to content

Commit 792a019

Browse files
committed
Prevent subsequent builds for test and package on CI server
1 parent 92f30d9 commit 792a019

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ build_script:
2828
2929
dotnet build -c=Release /p:Version=$semver
3030
31-
dotnet test .\HdrHistogram.UnitTests\HdrHistogram.UnitTests.csproj /p:Configuration=Release
31+
dotnet test .\HdrHistogram.UnitTests\HdrHistogram.UnitTests.csproj --no-build /p:Configuration=Release
3232
33-
dotnet pack .\HdrHistogram\HdrHistogram.csproj -c=Release --include-symbols /p:Version=$semver
33+
dotnet pack .\HdrHistogram\HdrHistogram.csproj -c=Release --no-build --include-symbols /p:Version=$semver
3434
test: off
3535
artifacts:
3636
- path: .\HdrHistogram\bin\Release\*.nupkg

0 commit comments

Comments
 (0)