Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
modification to the dotnet pack destination in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutomi committed Apr 30, 2017
1 parent 95b6eab commit 5739126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
test_script:
- .\scripts\appveyor-tests.bat
after_test:
- ps: dotnet pack ./src/Deveel.Workflows/Deveel.Workflows.csproj --version-suffix $env:LABEL -o $APPVEYOR_BUILD_FOLDER/nuget
- ps: dotnet pack ./src/Deveel.Workflows/Deveel.Workflows.csproj --version-suffix $env:LABEL -o $env:APPVEYOR_BUILD_FOLDER/nuget
artifacts:
- path: ./nuget/Deveel.Workflows.*.nupkg
name: Package
Expand Down

0 comments on commit 5739126

Please sign in to comment.