Skip to content

Commit

Permalink
Corrected Licensing library path for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler committed Aug 1, 2018
1 parent 4600224 commit 308715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script:
- dotnet restore
- dotnet build -c Release ./Licensing.sln
- dotnet pack -c Release ./Licensing.Commons/Licensing.Commons.csproj
- zip -j ./release.zip ./Licensing.Commons/bin/Release/netcoreapp2.0/Licensing.Commons.dll ./Licensing.Cli/bin/Release/netcoreapp2.0/Licensing.Cli.dll ./Licensing.Commons/bin/Release/*.nupkg
- zip -j ./release.zip ./Licensing.Commons/bin/Release/netstandard2.0/Licensing.Commons.dll ./Licensing.Cli/bin/Release/netcoreapp2.0/Licensing.Cli.dll ./Licensing.Commons/bin/Release/*.nupkg
addons:
apt:
packages:
Expand Down

0 comments on commit 308715c

Please sign in to comment.