diff --git a/.ado/templates/e2e-dependency-nuget-publish.yml b/.ado/templates/e2e-dependency-nuget-publish.yml index 1c8d13c98c..ee1f5b317e 100644 --- a/.ado/templates/e2e-dependency-nuget-publish.yml +++ b/.ado/templates/e2e-dependency-nuget-publish.yml @@ -13,7 +13,7 @@ jobs: templateContext: outputs: - output: nuget - packagesToPush: '$(Build.ArtifactStagingDirectory)/Microsoft.FluentUI.WebDriverIO.Appium.Deps.nupkg' + packagesToPush: '$(Build.ArtifactStagingDirectory)/WebDriverIO.Appium.Deps.nupkg' packageParentPath: '$(Build.ArtifactStagingDirectory)' publishVstsFeed: Office # Required when pushing to internal feed. nuGetFeedType: internal # Change to external when publishing to external feed @@ -34,5 +34,5 @@ jobs: displayName: 'Create NuGet package for tester_deps.' inputs: filename: nuget - arguments: 'pack Microsoft.FluentUI.WebDriverIO.Appium.Deps.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -OutputFileNamesWithoutVersion -Verbosity detailed -Version $(Build.BuildNumber) -properties CommitId=$(Build.SourceVersion)' + arguments: 'pack WebDriverIO.Appium.Deps.nuspec -OutputDirectory $(Build.ArtifactStagingDirectory) -OutputFileNamesWithoutVersion -Verbosity detailed -Version $(Build.BuildNumber) -properties CommitId=$(Build.SourceVersion)' workingFolder: 'tester_deps/nuget' diff --git a/tester_deps/nuget/Microsoft.FluentUI.WebDriverIO.Appium.Deps.nuspec b/tester_deps/nuget/WebDriverIO.Appium.Deps.nuspec similarity index 95% rename from tester_deps/nuget/Microsoft.FluentUI.WebDriverIO.Appium.Deps.nuspec rename to tester_deps/nuget/WebDriverIO.Appium.Deps.nuspec index d7e4ed962e..0bd8e350e9 100644 --- a/tester_deps/nuget/Microsoft.FluentUI.WebDriverIO.Appium.Deps.nuspec +++ b/tester_deps/nuget/WebDriverIO.Appium.Deps.nuspec @@ -1,7 +1,7 @@ - Microsoft.FluentUI.WebDriverIO.Appium.Deps + WebDriverIO.Appium.Deps 1.0.0 WebDriverIO and Appium Dependencies Microsoft Office CXE