Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
blackspherefollower committed Nov 9, 2020
1 parent 55f23d8 commit 1405589
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ jobs:
parameters:
platform: "win-x64"
# Set up key after build start, otherwise we won't have nuget to update yet.
- task: MagicChunks@2
inputs:
sourcePath: '$(Build.SourcesDirectory)\NogasmChart\secrets.json'
fileType: 'Json'
targetPathType: 'source'
transformationType: 'json'
transformations: |
{
"sentryUrl": "$(SENTRY_URL)"
}
- task: Assembly-Info-NetFramework@2
inputs:
Path: '$(Build.SourcesDirectory)'
Expand Down

0 comments on commit 1405589

Please sign in to comment.