-
-
Save benscobie/73a76b0b58959ab056cc0024a1c4866d to your computer and use it in GitHub Desktop.
.NET build step
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet restore | |
dotnet build --configuration "Release" | |
dotnet publish --configuration "Release" src/Website/Website.csproj --output published-website |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet /opt/octopus/cli/Octo.dll pack --id MyProject.Website --version "${BUILD_NUMBER}" --basePath src/Website/published-website --format=zip | |
dotnet /opt/octopus/cli/Octo.dll push --package MyProject.Website."${BUILD_NUMBER}".zip --server http://octopus/ --apiKey API-YOURAPIKEY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment