fix9
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user