Compare commits

..

1 Commits

Author SHA1 Message Date
Konstantin Hintermayer
c3f52a8cf4 CI: Setup dotnet SDK before running automatic build
Some checks failed
/ build (push) Failing after 1m44s
2025-05-17 14:58:17 +02:00

View File

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