1 Commits

Author SHA1 Message Date
87d32260d4 Update .gitea/workflows/publish-nuget.yml
Some checks failed
publish-nuget / checkout-code (push) Successful in 17s
publish-nuget / build-and-publish (push) Failing after 45s
2025-12-31 10:35:40 +00:00

View File

@@ -26,7 +26,7 @@ jobs:
build-and-publish:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/dotnet/sdk:10.0
image: vaibhavgawali/dotnet-node-python-openjdk:latest
needs: checkout-code
steps:
- name: Download source code