appveyor : dotnet pack -c %CONFIGURATION%

This commit is contained in:
Stef Heyenrath
2017-01-18 21:24:00 +01:00
parent 07488cd66b
commit 1d2c7fcf79
3 changed files with 9 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ build_script:
- cmd: msbuild .\examples\WireMock.Net.ConsoleApplication\WireMock.Net.ConsoleApplication.csproj /p:Configuration=%CONFIGURATION% /p:Platform=AnyCPU
- cmd: msbuild .\test\WireMock.Net.Tests\WireMock.Net.Tests.csproj /p:Configuration=%CONFIGURATION% /p:Platform=AnyCPU
- dotnet pack -c Release --no-build --version-suffix %LABEL% -o .\artifacts .\src\WireMock\project.json
- dotnet pack -c %CONFIGURATION% --no-build --version-suffix %LABEL% -o .\artifacts .\src\WireMock\project.json
artifacts:
- path: artifacts\**\*.*