Skip to content

Commit

Permalink
Fix Azure Pipeline ApiKey path
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Nov 11, 2022
1 parent 74707cd commit 45e8665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ steps:
inputs:
secureFile: 'TheGamesDB.txt'

- script: mkdir "$(System.DefaultWorkingDirectory)/ApiKeys" && copy "$(GamesDBApiKey.secureFilePath)" "$(System.DefaultWorkingDirectory)/ApiKeys/TheGamesDB.txt"
- script: mkdir "$(System.DefaultWorkingDirectory)/hakchi_gui/ApiKeys" && copy "$(GamesDBApiKey.secureFilePath)" "$(System.DefaultWorkingDirectory)/hakchi_gui/ApiKeys/TheGamesDB.txt"
continueOnError: true

- task: VSBuild@1
Expand Down

0 comments on commit 45e8665

Please sign in to comment.