We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc6c54 commit f17695bCopy full SHA for f17695b
1 file changed
profile.ps1
@@ -126,8 +126,8 @@ if (!$LastStartup -or $CurrentVersion -ne $LastStartup.Version) {
126
$SwVersion.Stop()
127
$Timings['VersionCheck'] = $SwVersion.Elapsed.TotalMilliseconds
128
129
-Set-CIPPEnvVarBackup
130
if ($env:AzureWebJobsStorage -ne 'UseDevelopmentStorage=true' -and $env:NonLocalHostAzurite -ne 'true') {
+ Set-CIPPEnvVarBackup
131
Set-CIPPOffloadFunctionTriggers
132
}
133
0 commit comments