Skip to content

Commit

Permalink
remove build
Browse files Browse the repository at this point in the history
  • Loading branch information
r.v.bobreshov committed May 14, 2019
1 parent 220c717 commit d01bca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
from_secret: NUGET_APIKEY
commands:
- cd src
- dotnet pack Horarium/Horarium.csproj -c Release --no-build /p:PackageVersion=$DRONE_TAG
- dotnet pack Horarium/Horarium.csproj -c Release /p:PackageVersion=$DRONE_TAG
- dotnet nuget push **/Horarium.*.nupkg -k $NUGET_APIKEY
when:
event:
Expand Down

0 comments on commit d01bca4

Please sign in to comment.