Skip to content

Commit

Permalink
Update bitrise.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken authored Oct 17, 2018
1 parent 44abd7e commit 93f3529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ workflows:
export CppCompilerAndLinker=clang
export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
export NUGET_XMLDOC_MODE=skip
dotnet publish -r osx-x64 -c Release -o $BITRISE_DEPLOY_DIR
dotnet publish -r osx-x64 -c Release -o $BITRISE_DEPLOY_DIR --version-suffix "osx-$BITRISE_BUILD_NUMBER"
- deploy-to-bitrise-io: {}

0 comments on commit 93f3529

Please sign in to comment.