Skip to content

Commit c54222a

Browse files
[build] push nightly builds to dotnet8 feed (#7528)
Our pipelines should be authorized to push to the dotnet8 feed now. Update our `.yaml` to start doing this.
1 parent bd1d93c commit c54222a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,19 +58,14 @@ variables:
5858
value: $[or(eq(variables['XA.RunAllTests'], true), eq(variables['IsMonoBranch'], true))]
5959
- name: DotNetNUnitCategories
6060
value: '& TestCategory != DotNetIgnore & TestCategory != HybridAOT & TestCategory != MkBundle & TestCategory != MonoSymbolicate & TestCategory != PackagesConfig & TestCategory != StaticProject & TestCategory != SystemApplication'
61-
#TODO: Remove package var overrides once we are building against a .NET 8 SDK and can push to the dotnet8 feed
62-
- name: PushXAPackages
63-
value: false
64-
- name: PushXAPackageInfoToMaestro
65-
value: false
6661
- ${{ if eq(variables['Build.DefinitionName'], 'Xamarin.Android-Private') }}:
6762
- group: AzureDevOps-Artifact-Feeds-Pats
6863
- group: DotNet-MSRC-Storage
6964
- name: DotNetFeedCredential
70-
value: dotnet7-internal-dnceng-internal-feed
65+
value: dotnet8-internal-dnceng-internal-feed
7166
- ${{ if ne(variables['Build.DefinitionName'], 'Xamarin.Android-Private') }}:
7267
- name: DotNetFeedCredential
73-
value: dnceng-dotnet7
68+
value: dnceng-dotnet8
7469
- ${{ if and(or(eq(variables['Build.DefinitionName'], 'Xamarin.Android'), eq(variables['Build.DefinitionName'], 'Xamarin.Android-Private')), ne(variables['Build.Reason'], 'PullRequest')) }}:
7570
- name: MicroBuildSignType
7671
value: Real

0 commit comments

Comments
 (0)