-
Notifications
You must be signed in to change notification settings - Fork 64
Update Arcade SDK publishing #96
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
Changes from all commits
Commits
Show all changes
78 commits
Select commit
Hold shift + click to select a range
169c941
Arcade publishing infra update
adaggarwal 35c1a51
place variables under fedora29 job
adaggarwal 6de15de
Path correction
adaggarwal 88aabdf
stages error: wip
adaggarwal 8e596ae
upload to azure : wip
adaggarwal e832d06
postbuild yml indent error: wip
adaggarwal 233615a
upload error: wip
adaggarwal fe70491
upload error: wip
adaggarwal cc0480f
change artifact name to match post build yml
adaggarwal e2e65ee
change artifact name to match post build yml
adaggarwal 95b45c1
Merge branch 'master' of https://github.com/dotnet/source-build-refer…
adaggarwal 513eae2
change arcade sdk version
adaggarwal 52d23dd
change arcade sdk version
adaggarwal 62bf02c
add dotnet feed and revert the sdk version
adaggarwal e996181
add empty Icon to emptyProject
adaggarwal 14469f4
add IconURl to emptyProject
adaggarwal d3acc44
wip: Icon missing
adaggarwal 7129350
do not import directory build props in emptyproject
adaggarwal 0573918
wip:IconError
adaggarwal 880c0e9
Add non-empty Icon file
adaggarwal 02ec8c6
experiment: manifest name
adaggarwal 8ed5a69
Experiment: add ManifestName to publish.proj
adaggarwal f54b880
update: Add PushToAzDoArtifacts in publish.proj instead of dependence…
adaggarwal ca75cc9
wip
adaggarwal f739f74
wip
adaggarwal 1aad76c
wip
adaggarwal 4643b63
wip
adaggarwal 61ae40d
update: add copy to Publish targets
adaggarwal 19c9c3a
wip
adaggarwal 685ed0f
wip
adaggarwal 04dd3e5
update:add build tasks feed targets to publish project
adaggarwal 5f34461
experiment
adaggarwal 9c7816c
debug: build quicker
adaggarwal 347b21d
rollback tarball extension
adaggarwal e5b67eb
wip
adaggarwal a2d630b
wip
adaggarwal 5a177b9
experiment
adaggarwal 57067b0
experiment
adaggarwal ee69a6c
experiment
adaggarwal 2df9b2d
revert
adaggarwal 63f0339
try newer arcade version
adaggarwal e58c24d
wip
adaggarwal bd8d902
debug
adaggarwal ade7447
publishFlatContainer item to true
6efd245
wip
cbcee8c
move out of docker for publish
2ca579f
add:permissions step
5a97fd0
wip:try again
adaggarwal 50e7729
wip
adaggarwal 7f15d5a
temp dir path
adaggarwal 414948d
path delimiter changes
adaggarwal e81a3ac
path correction
adaggarwal 2393650
disable package validation
adaggarwal 9d0d2c3
wip
adaggarwal 28578fe
cleanup changes
adaggarwal 63edf64
Updated publish.proj
27c2d15
try experimental Artifacts Category
adaggarwal 2dc2f91
revert to .NETCORE Artifacts category
adaggarwal faa9450
cleanup
adaggarwal 3a48cc9
Recommendation : include other build data attributes
adaggarwal a2d9851
Experiment: Try without copying manifests in PushToAzureDevOpsArtifac…
adaggarwal 0455e98
dagood: Review comments resolution
adaggarwal de3321a
wip: test after code-review comments resolution
adaggarwal 4159377
wip: test after code-review comments resolution
adaggarwal c4459d6
wip: test after removing the FeedUrl from NewManifestBuildData
adaggarwal 2a82295
wip: review-comment: VSO message implicit duplication exclusion
adaggarwal 1ab12ec
wip: review-comment: add InitialAssetsLocation for NewManifestBuildDa…
adaggarwal 81a83c1
wip: review-comment: remove deprecated arguments from publish
adaggarwal a13d107
revert: add vso stdout for publishManifest files
adaggarwal 9b4c546
correction: AzDoRepoURL
adaggarwal 186e5cc
revert: do copy the manifest and stdout vso for tarball
adaggarwal 4272449
revert: fix
adaggarwal 4a068e6
azure-pipeline: remove pushd
adaggarwal edffa06
xml style update
adaggarwal e93650b
Ricardo: correction: AzureDevopsAccount
adaggarwal ff1cbaf
Merge branch 'publishUpdate' of https://github.com/adaggarwal/source-…
adaggarwal 5d61335
cleanup
adaggarwal 38dab89
AzureDevOpsBuildNumber update
adaggarwal 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,29 @@ | ||
jobs: | ||
- template: ../jobs/ci-linux.yml | ||
parameters: | ||
job: fedora29 | ||
imageName: microsoft/dotnet-buildtools-prereqs:fedora-29-2f0798a-20181105183801 | ||
variables: | ||
- name: _DotNetArtifactsCategory | ||
value: .NETCore | ||
|
||
stages: | ||
- stage: build | ||
displayName: Build | ||
jobs: | ||
- template: ../jobs/ci-linux.yml | ||
parameters: | ||
job: fedora29 | ||
imageName: microsoft/dotnet-buildtools-prereqs:fedora-29-2f0798a-20181105183801 | ||
|
||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: | ||
- template: ../../eng/common/templates/job/publish-build-assets.yml | ||
parameters: | ||
dependsOn: fedora29 | ||
publishUsingPipelines: true | ||
pool: | ||
vmImage: vs2017-win2016 | ||
|
||
# Based on - https://github.com/dotnet/arcade/blob/9b3f304c7bc9fd4d11be9ca0b466b83e98d2a191/Documentation/CorePackages/Publishing.md#moving-away-from-the-legacy-pushtoblobfeed-task | ||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: | ||
- template: ../../eng/common/templates/job/publish-build-assets.yml | ||
- template: ../../eng/common/templates/post-build/post-build.yml | ||
parameters: | ||
dependsOn: fedora29 | ||
pool: | ||
vmImage: vs2017-win2016 | ||
enableSourceLinkValidation: true | ||
#Nuget and Signing Validation are not needed as we use an empty placeholder nupkg which is never utilized | ||
enableSigningValidation: false | ||
enableNugetValidation: false |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.