Skip to content

Commit f17695b

Browse files
committed
Fixes for local dev
1 parent 2bc6c54 commit f17695b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

profile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ if (!$LastStartup -or $CurrentVersion -ne $LastStartup.Version) {
126126
$SwVersion.Stop()
127127
$Timings['VersionCheck'] = $SwVersion.Elapsed.TotalMilliseconds
128128

129-
Set-CIPPEnvVarBackup
130129
if ($env:AzureWebJobsStorage -ne 'UseDevelopmentStorage=true' -and $env:NonLocalHostAzurite -ne 'true') {
130+
Set-CIPPEnvVarBackup
131131
Set-CIPPOffloadFunctionTriggers
132132
}
133133

0 commit comments

Comments
 (0)