Created
March 13, 2019 04:10
-
-
Save robpearson/174bfeb6726ace9bb60761058a349498 to your computer and use it in GitHub Desktop.
Random Quotes AppVeyor build script
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
# Publish the application to a folder | |
dotnet publish C:\Projects\RandomQuotes\RandomQuotes.sln --output published-app --configuration Release | |
# Package the folder into a ZIP | |
octo pack --id RandomQuotes --version $env:APPVEYOR_BUILD_VERSION --basePath C:\projects\RandomQuotes\RandomQuotes\published-app | |
# Push Build Artifact AppVeyor Deployment with Octopus | |
appveyor PushArtifact C:\projects\randomquotes\RandomQuotes.$env:APPVEYOR_BUILD_VERSION.nupkg -Type OctopusPackage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment