diff --git a/.github/workflows/CIBuild.yml b/.github/workflows/CIBuild.yml index faf0622e3..03e66647f 100644 --- a/.github/workflows/CIBuild.yml +++ b/.github/workflows/CIBuild.yml @@ -35,3 +35,8 @@ jobs: with: name: NuGet Packages path: Output/NuGet/Release + + - name: Publish to Esri Nuget Repo + if: github.event.pull_request.merged + run: | + dotnet nuget push Output\NuGet\Release\*.nupkg --api-key ${{ secrets.GithubPushPackagesSecret }} --source https://nuget.pkg.github.com/esri/index.json