File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
common/templates/post-build/channels Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
</Dependency >
24
24
</ProductDependencies >
25
25
<ToolsetDependencies >
26
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 5.0.0-beta.19529.9 " >
26
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 5.0.0-beta.19530.15 " >
27
27
<Uri >https://github.com/dotnet/arcade</Uri >
28
- <Sha >ff023241f6484abaf827c4287c59fddd9ad6c382 </Sha >
28
+ <Sha >35c10b82920baacbb3945fd952a0e49c4caec708 </Sha >
29
29
</Dependency >
30
30
</ToolsetDependencies >
31
31
</Dependencies >
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ stages:
57
57
/p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/'
58
58
/p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt'
59
59
/p:Configuration=Release
60
+ /p:PublishToMSDL=false
60
61
${{ parameters.symbolPublishingAdditionalParameters }}
61
62
62
63
- job : publish_assets
@@ -136,7 +137,6 @@ stages:
136
137
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
137
138
/p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json'
138
139
/p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
139
- /p:PublishToMSDL=false
140
140
${{ parameters.artifactsPublishingAdditionalParameters }}
141
141
142
142
- template : ../../steps/promote-build.yml
Original file line number Diff line number Diff line change 3
3
"dotnet" : " 3.0.100"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-beta.19529.9 "
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 5.0.0-beta.19530.15 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments