File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 $contents = $contents -replace "ModuleVersion = '\d\.\d\.\d'", "ModuleVersion = '#{Package.Version}#'"
77 $contents | Out-File $_.FullName -Force }
88 displayName: 'Replace 0.0.0 in module datafile to Package.Version token'
9- - task : qetza.replacetokens.replacetokens-task.replacetokens@3
9+ - task : qetza.replacetokens.replacetokens-task.replacetokens@5
1010 displayName : ' Replace package version tokens'
1111 inputs :
1212 rootDirectory : ' src/'
Original file line number Diff line number Diff line change 4646 Set-AzDevOpsVariable -Name 'Arcus.Scripting.ActiveDirectory.ServicePrincipal.ClientId' -Value $activeDirectoryServicePrincipalClientIdSecret.value -AsSecret
4747 Set-AzDevOpsVariable -Name 'Arcus.Scripting.ActiveDirectory.ServicePrincipal.ClientSecret' -Value $activeDirectoryServicePrincipalClientSecretSecret.value -AsSecret
4848
49- - task : qetza.replacetokens.replacetokens-task.replacetokens@3
49+ - task : qetza.replacetokens.replacetokens-task.replacetokens@5
5050 displayName : ' Replace integration test tokens'
5151 condition : contains('${{ parameters.projectName }}', 'Integration')
5252 inputs :
You can’t perform that action at this time.
0 commit comments