File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ stages:
188188 displayName : ' Install .NET'
189189 retryCountOnTaskFailure : 3
190190 env :
191- DOTNET_TOKEN : $(dotnetbuilds-internal-container-read-token)
191+ DOTNET_TOKEN : $(dotnetbuilds-internal-container-read-token-base64 )
192192 PRIVATE_BUILD : $(PrivateBuild)
193193 - pwsh : ./build.ps1 --target=dotnet-build --configuration="${{ BuildConfiguration }}" --verbosity=diagnostic
194194 displayName : ' Build .NET Maui'
@@ -302,7 +302,7 @@ stages:
302302 displayName : ' Install .NET (Local Workloads)'
303303 retryCountOnTaskFailure : 3
304304 env :
305- DOTNET_TOKEN : $(dotnetbuilds-internal-container-read-token)
305+ DOTNET_TOKEN : $(dotnetbuilds-internal-container-read-token-base64 )
306306 PRIVATE_BUILD : $(PrivateBuild)
307307 - pwsh : ./build.ps1 --target=dotnet-integration-build --verbosity=diagnostic
308308 displayName : Build Microsoft.Maui.IntegrationTests
You can’t perform that action at this time.
0 commit comments