diff --git a/.ado/publish.yml b/.ado/publish.yml index 249427d156a..b3240970283 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -162,9 +162,7 @@ jobs: parameters: artifactName: ReactWindows layoutHeaders: eq('true', variables['LayoutHeaders']) - contents: | - ReactUWP\** - Microsoft.ReactNative\** + contents: Microsoft.ReactNative\** # Disable for now, not sure this works on github projects anyway. # - task: PublishSymbols@2 diff --git a/.ado/templates/prep-and-pack-nuget.yml b/.ado/templates/prep-and-pack-nuget.yml index f998c54a93c..4ffbdfa76e8 100644 --- a/.ado/templates/prep-and-pack-nuget.yml +++ b/.ado/templates/prep-and-pack-nuget.yml @@ -5,11 +5,9 @@ parameters: nugetroot: $(System.DefaultWorkingDirectory)\ReactWindows desktopId: 'OfficeReact.Win32' microsoftRNId: 'Microsoft.ReactNative' - universalId: 'OfficeReact.UWP' slices: '("x64.Release", "x64.Debug", "x86.Release", "x86.Debug", "ARM.Release", "ARM.Debug", "ARM64.Release", "ARM64.Debug")' packDesktop: true packMicrosoft: true - packUniversal: true steps: - task: DownloadBuildArtifacts@0 @@ -19,14 +17,6 @@ steps: downloadPath: $(System.DefaultWorkingDirectory) # Strip down the binaries from nuget because we may not have built all the flavours. - - task: PowerShell@2 - displayName: Strip slices from ReactUwp.nuspec - inputs: - targetType: filePath - filePath: $(System.DefaultWorkingDirectory)\ReactWindows\StripAdditionalPlatformsFromNuspec.ps1 - arguments: -nuspec $(System.DefaultWorkingDirectory)/ReactWindows/ReactUWP.nuspec -outfile $(System.DefaultWorkingDirectory)/ReactWindows/ReactUWP.nuspec -slices ("x64.Release", "x86.Debug", "ARM.Release") - condition: and(succeeded(), ${{ parameters.packUniversal }}) - - task: PowerShell@2 displayName: Strip slices from Microsoft.ReactNative.nuspec inputs: @@ -45,16 +35,6 @@ steps: buildProperties: CommitId=${{parameters.publishCommitId}};version=${{parameters.npmVersion}};id=${{parameters.desktopId}};nugetroot=${{parameters.nugetroot}} condition: and(succeeded(), ${{ parameters.packDesktop }}) - - task: NuGetCommand@2 - displayName: 'NuGet pack Universal' - inputs: - command: pack - verbosityPack: 'Detailed' - packagesToPack: $(System.DefaultWorkingDirectory)/ReactWindows/ReactUWP.nuspec - packDestination: $(System.DefaultWorkingDirectory)/NugetRootFinal - buildProperties: CommitId=${{parameters.publishCommitId}};version=${{parameters.npmVersion}};id=${{parameters.universalId}};nugetroot=${{parameters.nugetroot}} - condition: and(succeeded(), ${{ parameters.packUniversal }}) - - task: NuGetCommand@2 displayName: 'NuGet pack Microsoft.ReactNative' inputs: diff --git a/change/react-native-windows-2020-04-30-00-06-54-no-reactuwp-nuget.json b/change/react-native-windows-2020-04-30-00-06-54-no-reactuwp-nuget.json new file mode 100644 index 00000000000..e63acbadba4 --- /dev/null +++ b/change/react-native-windows-2020-04-30-00-06-54-no-reactuwp-nuget.json @@ -0,0 +1,8 @@ +{ + "type": "none", + "comment": "Stop publishing ReactHwp NuGet Package", + "packageName": "react-native-windows", + "email": "ngerlem@microsoft.com", + "dependentChangeType": "none", + "date": "2020-04-30T07:06:54.439Z" +} diff --git a/vnext/Scripts/ReactUwp.nuspec b/vnext/Scripts/ReactUwp.nuspec deleted file mode 100644 index 166125d65b6..00000000000 --- a/vnext/Scripts/ReactUwp.nuspec +++ /dev/null @@ -1,49 +0,0 @@ - - - - $id$ - $version$ - Contains Windows Implementation of React-Native - Microsoft - https://github.com/microsoft/react-native-windows - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -