1 Commits

Author SHA1 Message Date
7f4ab6b9b6 CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m48s
2025-05-17 14:52:11 +02:00

View File

@ -27,11 +27,8 @@ jobs:
uses: https://github.com/actions/setup-dotnet@v4
with:
dotnet-version: '9.x'
- name: Setup NuGet
uses: https://github.com/nuget/setup-nuget@v2
with:
# nuget-api-key: ${{ secrets.NuGetAPIKey }}
nuget-version: '5.x'
- name: LS
run: ls -lisa
- name: Build Oqtane
run: dotnet build ./oqtane.framework/Oqtane.sln --configuration Debug
- name: Build Module