-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding OneBranch Migration * Updating source directory for copy * Disable TSA Upload * Update template-pack-and-sign-all-nugets.yaml Signed-off-by: Travis Walker <[email protected]> * Update template-restore-build-MSIdentityAbstractions.yaml Signed-off-by: Travis Walker <[email protected]> * Updating directory --------- Signed-off-by: Travis Walker <[email protected]> Co-authored-by: trwalke <[email protected]>
- Loading branch information
Showing
6 changed files
with
62 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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,30 @@ | ||
# template-onebranch-build-and-sign.yaml | ||
|
||
parameters: | ||
BuildPlatform: '$(BuildPlatform)' | ||
BuildConfiguration: '$(BuildConfiguration)' | ||
MsIdentityWebSemVer: $(MsIdentityWebSemVer) | ||
|
||
steps: | ||
|
||
# Bootstrap the build | ||
- template: template-bootstrap-build.yaml | ||
|
||
# Nuget Restore and Build Microsoft.Identity.Abstractions.sln | ||
- template: template-restore-build-MSIdentityAbstractions.yaml | ||
parameters: | ||
BuildPlatform: ${{ parameters.BuildPlatform }} | ||
BuildConfiguration: ${{ parameters.BuildConfiguration }} | ||
MsIdentityWebSemVer: ${{ parameters.MsIdentityWebSemVer }} | ||
|
||
# Run Post-build code analysis (e.g. Roslyn) | ||
- template: template-postbuild-code-analysis.yaml | ||
|
||
# Pack and sign all of the nuget packages | ||
- template: template-pack-and-sign-all-nugets.yaml | ||
|
||
# Publish nuget packages and symbols to VSTS package manager. | ||
- template: template-publish-packages-and-symbols.yaml | ||
|
||
# Publish analysis and cleanup | ||
- template: template-publish-analysis-and-cleanup.yaml |
This file contains 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 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 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 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 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