-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Add Docs.MS Release Steps #12091
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Add Docs.MS Release Steps #12091
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c74df46
first cut at unifying the staging of the files + adding docs.ms relea…
scbedd d7bc33d
Merge branch 'master' into feature/enable-docsms-release
scbedd 96828c3
remove template invocation that was erroneously added and discovered …
scbedd 68669b3
making certain to create the artifact folder
scbedd 4ec2fba
bump template version for release test
scbedd 5878f06
adjust spacing for the release steps
scbedd 6b45af9
comment the actual publication so that we can easily verify that publ…
scbedd 41ff8d0
Merge branch 'master' into feature/enable-docsms-release
scbedd 305a3a1
more spacing correction
scbedd e9fd8d5
remove erroneous displayname
scbedd 98a92a1
removing all displayName being passed to template.
scbedd 94a2b63
update changelog
scbedd 625c04e
adding debugging
scbedd 10ea358
fix the bug with the artifact staging. parameter was not being consum…
scbedd 865af98
resolving issue with non-publishing github.io docs
scbedd 16f0388
recommenting release to nuget
scbedd d57091d
reenable nuget publish
scbedd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| parameters: | ||
| SourceFolder: '' # ArtifactName (aka "packages") | ||
| TargetFolder: '' # artifact.safename (azuretemplate) | ||
| FileFilter: '' #${{artifact.name}}.[0-9]*.[0-9]*.[0-9]* | ||
|
|
||
| steps: | ||
| - pwsh: | | ||
| New-Item -Force -Type Directory -Name ${{parameters.TargetFolder}} -Path $(Pipeline.Workspace) | ||
| Write-Host "Copy-Item -Force $(Pipeline.Workspace)/${{parameters.SourceFolder}}/${{parameters.FileFilter}} $(Pipeline.Workspace)/${{parameters.TargetFolder}}" | ||
| Copy-Item -Force $(Pipeline.Workspace)/${{parameters.SourceFolder}}/${{parameters.FileFilter}} $(Pipeline.Workspace)/${{parameters.TargetFolder}} | ||
| displayName: Stage artifacts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.