You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Avoid global.json when running dotnet push (#601)
* fix: Avoid global.json when running `dotnet push`
Resolves#598:
- #598
Pinning the version of of the .NET SDK used to build the sentry-dotnet repo prevents us from making relases, since that version of .NET is not installed on the machine that publishes NuGet packages.
We can run `dotnet push` using any version of .NET so this PR simply runs that command from outside the repository working directory.
* Update nuget.ts
0 commit comments