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

This commit is contained in:
2025-12-31 10:35:40 +00:00
parent b8298df37e
commit 87d32260d4

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