Skip to content

Commit

Permalink
chage filepath to mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobreshovr committed May 19, 2019
1 parent 6ffda62 commit b581775
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 @@ -31,7 +31,7 @@ steps:
commands:
- cd src
- dotnet pack Horarium/Horarium.csproj -c Release /p:PackageVersion=$DRONE_TAG
- dotnet pack Horarium/Horarium.Mongo.csproj -c Release /p:PackageVersion=$DRONE_TAG
- dotnet pack Horarium.Mongo/Horarium.Mongo.csproj -c Release /p:PackageVersion=$DRONE_TAG
- dotnet nuget push **/Horarium.*.nupkg -k $NUGET_APIKEY -s https://www.nuget.org
when:
event:
Expand Down

0 comments on commit b581775

Please sign in to comment.