We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b67d4 commit c49cc87Copy full SHA for c49cc87
.github/workflows/main_ourumbraco.yml
@@ -40,8 +40,8 @@ jobs:
40
41
- name: Replace secrets in web.config (Windows)
42
run: |
43
- (Get-Content web.config) -replace '#{connectionString}#', '${{ secrets.CONNECTION_STRING }}' | Set-Content web.config
44
- (Get-Content web.config) -replace '#{connectionString2}#', '${{ secrets.CONNECTION_STRING2 }}' | Set-Content web.config
+ (Get-Content web.config) -replace '#{connectionString}#', '${{ secrets.CONNECTION_STRING }}' | Set-Content web.vsts.config
+ (Get-Content web.config) -replace '#{connectionString2}#', '${{ secrets.CONNECTION_STRING2 }}' | Set-Content web.vsts.config
45
46
47
- name: Publish to folder
0 commit comments