@@ -81,7 +81,7 @@ extends:
8181 approvers : ' khosany@microsoft.com'
8282
8383 - job : PushPrivateAdo
84- displayName : ADO - react-native
84+ displayName : ADO - nuget - react-native
8585 timeoutInMinutes : 0
8686 templateContext :
8787 inputs :
@@ -93,18 +93,15 @@ extends:
9393 - checkout : none
9494 - task : NuGetToolInstaller@1
9595 displayName : ' Use NuGet '
96- - task : NuGetAuthenticate@1
97- displayName : NuGet Authenticate
98- inputs :
99- nuGetServiceConnections : ms/react-native ADO Feed
96+ - template : .ado/templates/authenticate-office-react-native-windows-bot.yml@self
10097 - task : CmdLine@2
10198 displayName : NuGet push (react-native)
10299 inputs :
103- script : nuget.exe push *.nupkg -ApiKey AzureArtifacts -Source https://pkgs.dev.azure.com/ms/_packaging/react-native/nuget/v3/index.json -NonInteractive -Verbosity Detailed -SkipDuplicate -NoSymbols
100+ script : nuget.exe push *.nupkg -ApiKey $(oficeReactnativeWindowsBotAadAuthToken) -Source https://pkgs.dev.azure.com/ms/_packaging/react-native/nuget/v3/index.json -NonInteractive -Verbosity Detailed -SkipDuplicate -NoSymbols
104101 workingDirectory : $(Pipeline.Workspace)/ReactWindows-final-nuget
105102
106103 - job : PushPublicAdo
107- displayName : ADO - react-native-public
104+ displayName : ADO - nuget - react-native-public
108105 timeoutInMinutes : 0
109106 templateContext :
110107 inputs :
@@ -116,14 +113,11 @@ extends:
116113 - checkout : none
117114 - task : NuGetToolInstaller@1
118115 displayName : ' Use NuGet '
119- - task : NuGetAuthenticate@1
120- displayName : NuGet Authenticate
121- inputs :
122- nuGetServiceConnections : ms/react-native-public ADO Feed
116+ - template : .ado/templates/authenticate-office-react-native-windows-bot.yml@self
123117 - task : CmdLine@2
124118 displayName : NuGet push (react-native-public)
125119 inputs :
126- script : nuget.exe push *.nupkg -ApiKey AzureArtifacts -Source https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json -NonInteractive -Verbosity Detailed -SkipDuplicate -NoSymbols
120+ script : nuget.exe push *.nupkg -ApiKey $(oficeReactnativeWindowsBotAadAuthToken) -Source https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json -NonInteractive -Verbosity Detailed -SkipDuplicate -NoSymbols
127121 workingDirectory : $(Pipeline.Workspace)/ReactWindows-final-nuget
128122
129123 - job : PushNuGetOrg
0 commit comments