From d49a8d6b2240ca9253fb3d29f1ea64142c684519 Mon Sep 17 00:00:00 2001 From: Ruriko Araki Date: Tue, 28 Jan 2025 13:22:47 -0800 Subject: [PATCH 1/2] Change how this repo is being referenced --- .ado/azure-pipelines.publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ado/azure-pipelines.publish.yml b/.ado/azure-pipelines.publish.yml index 906d0c963c..c3905c9211 100644 --- a/.ado/azure-pipelines.publish.yml +++ b/.ado/azure-pipelines.publish.yml @@ -73,7 +73,7 @@ extends: - script: | git config user.name "UI-Fabric-RN-Bot" git config user.email "uifrnbot@microsoft.com" - git remote set-url origin https://$(githubUser):$(githubPAT)@github.com/microsoft/ui-fabric-react-native.git + git remote set-url origin https://$(githubUser):$(githubPAT)@github.com/microsoft/fluentui-react-native.git displayName: Git Authentication - script: | diff --git a/package.json b/package.json index d6ae543115..cc4631d5da 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/Microsoft/ui-fabric-react-native.git" + "url": "https://github.com/microsoft/fluentui-react-native" }, "scripts": { "build": "lage build", From ce5f75111632e8475b7abd1032c11b7b670c506c Mon Sep 17 00:00:00 2001 From: Ruriko Araki Date: Tue, 28 Jan 2025 13:24:24 -0800 Subject: [PATCH 2/2] Fix missing git --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc4631d5da..b0bbb5db02 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/microsoft/fluentui-react-native" + "url": "https://github.com/microsoft/fluentui-react-native.git" }, "scripts": { "build": "lage build",