v3 #1

Open
thienvv wants to merge 69 commits from v3 into main
Showing only changes of commit c4d166d418 - Show all commits
+2 -2
View File
@@ -7,8 +7,8 @@
win_shell: |
Import-Module WebAdministration
Add-WebConfigurationProperty -pspath "MACHINE/WEBROOT/APPHOST/{{ iis_site_name }}" `
-filter "system.webServer/aspNetCore/environmentVariables" 1
-name "." 1
-filter "system.webServer/aspNetCore/environmentVariables" `
-name "." `
-value @{name="ASPNETCORE_ENVIRONMENT"; value="{{ aspnetcore_environment }}"}
# - name: Restart IIS site to apply changes