Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 56cb4e3

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 31fab5c commit 56cb4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ steps:
5555
displayName: 'Replace the AppID'
5656
inputs:
5757
targetType: 'inline'
58-
script: '((Get-Content -path-Raw) -replace ''Microsoft.WindowsCalculator_8wekyb3d8bbwe!App'',''Microsoft.WindowsCalculator.Dev_8wekyb3d8bbwe!App'') | Set-Content -Path example/Setup.ts'
58+
script: '((Get-Content -path example/Setup.ts -Raw) -replace "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App","Microsoft.WindowsCalculator.Dev_8wekyb3d8bbwe!App") | Set-Content -Path example/Setup.ts'
5959

6060
- task: CmdLine@2
6161
inputs:

0 commit comments

Comments
 (0)