Skip to content

Instantly share code, notes, and snippets.

@robpearson
Created March 13, 2019 04:10
Show Gist options
  • Save robpearson/174bfeb6726ace9bb60761058a349498 to your computer and use it in GitHub Desktop.
Save robpearson/174bfeb6726ace9bb60761058a349498 to your computer and use it in GitHub Desktop.
Random Quotes AppVeyor build script
# 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