Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(windows): use proper NuGet feed for canaries #1927

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Mar 22, 2024

Description

Use proper NuGet feed for canaries

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

cd example
yarn install-windows-test-app --use-nuget
cat windows/NuGet.Config

Perform the commands above for the current version, and once again for canary version (run npm run set-react-version canary-windows).

For the current version, NuGet.Config should not contain https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json. For the canary build, it should.

@github-actions github-actions bot added platform: Android This affects Android platform: iOS This affects iOS platform: macOS This affects macOS platform: Windows This affects Windows platform: visionOS labels Mar 22, 2024
@tido64 tido64 enabled auto-merge (squash) March 22, 2024 13:26
@tido64 tido64 merged commit d1f1244 into trunk Mar 22, 2024
30 checks passed
@tido64 tido64 deleted the tido/fix-nuget-feed branch March 22, 2024 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Android This affects Android platform: iOS This affects iOS platform: macOS This affects macOS platform: visionOS platform: Windows This affects Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants