Skip to content

Commit

Permalink
Merge pull request #80 from microsoft/main
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
bill-long authored Mar 5, 2021
2 parents 36cf7be + 46f4634 commit 9292eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Security/BackendCookieMitigation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Examples:
To apply with MSI install via PowerShell:
. \BackendCookieMitigation.ps1 -FullPathToMSI “<FullPathToMSI>" -WebSiteNames "Default Web Site" -Verbose
.\BackendCookieMitigation.ps1 -FullPathToMSI “<FullPathToMSI>" -WebSiteNames "Default Web Site" -Verbose
To apply without MSI install via PowerShell:
.\BackendCookieMitigation.ps1 -WebSiteNames "Default Web Site" -Verbose
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ steps:
Write-Host "##vso[task.setvariable variable=ReleaseTagValue]$tag"
- task: EsrpCodeSigning@1
condition: and(succeeded(), ne (variables['Build.Reason'], 'PullRequest'), eq(variables['Build.SourceBranch'], 'refs/heads/release'))
inputs:
ConnectedServiceName: 'CSS Exchange Code Sign'
FolderPath: 'D:\a\1\s\dist'
Expand Down

0 comments on commit 9292eb9

Please sign in to comment.