Skip to content

Instantly share code, notes, and snippets.

@m-malkowski
Created May 10, 2017 15:37
Show Gist options
  • Select an option

  • Save m-malkowski/637f63b0ca533633bdd2eb5ff7e02ade to your computer and use it in GitHub Desktop.

Select an option

Save m-malkowski/637f63b0ca533633bdd2eb5ff7e02ade to your computer and use it in GitHub Desktop.
after_build:
- dotnet pack ".\NetCoreTeamCity\NetCoreTeamCity.csproj" -c %CONFIGURATION% -o ..\artifacts
artifacts:
- path: artifacts\**\*.*
deploy:
provider: NuGet
api_key:
secure: Fec5HdqiA0Akjsvv03vBNhcc1bSEtrOBNfLTcP5tL6LM/s++ra9EltKovDC3Mn3x
skip_symbols: false
artifact: /.*\.nupkg/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment