-
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
Conversation
… on possibly deprecated targets
…ta for PushToAzureDevOpsArtifacts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks. Just a couple of tiny suggestions.
src/emptyPackageProject/Private.SourceBuild.ReferencePackages.csproj
Outdated
Show resolved
Hide resolved
Co-Authored-By: Davis Goodin <dagood@users.noreply.github.com>
Co-Authored-By: Davis Goodin <dagood@users.noreply.github.com>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
src/publishPackages/publish.proj
Outdated
<NewManifestBuildData Include="AzureDevOpsBuildDefinitionId=$(SYSTEM_DEFINITIONID)" /> | ||
<NewManifestBuildData Include="AzureDevOpsAccount=$(AzureDevOpsAccount)" /> | ||
<NewManifestBuildData Include="AzureDevOpsProject=$(SYSTEM_TEAMPROJECT)" /> | ||
<NewManifestBuildData Include="AzureDevOpsBuildNumber=$(ManifestBuildId)" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this should be $(BUILD_BUILDNUMBER), this should report a value such as 20200129.2
but right now it's reporting the same thing as AzureDevOpsBuildId
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once the AzureDevOpsBuildNumber in the manifest is correct.
Fixes #1439