chore: update & document release process#964
Conversation
4958d39 to
f007c86
Compare
125f7d2 to
a2689e2
Compare
wbreza
left a comment
There was a problem hiding this comment.
Looks good overall - Let me know if you need help testing before we pull the trigger on official release.
| @@ -0,0 +1,33 @@ | |||
| name: "GitHub & Web Release [$(SourceBranchName)] - $(Date:yyyyMMdd)$(Rev:.r)" | |||
There was a problem hiding this comment.
Was the old process not working? Looks like a full rewrite on the pipelines?
There was a problem hiding this comment.
a lot of the old process was manual. A few of AzDO task has been updated to support the functionality we need so I removed the manual pieces.
| destination: azureBlob | ||
| storage: $(DEV_STORAGE_ACCOUNT) | ||
| containerName: '$web' | ||
| # condition: eq(variables['Build.SourceBranch'], 'refs/heads/develop') |
There was a problem hiding this comment.
Should this line be commented out?
There was a problem hiding this comment.
good catch, need to remove. thought process is that preview would only go to Dev, but release from both master would update both Dev & Prod web instance
aba8432 to
dba6dfe
Compare
|
Kudos, SonarCloud Quality Gate passed!
|
Uh oh!
There was an error while loading. Please reload this page.