Compare commits
1 Commits
7f4ab6b9b6
...
c3f52a8cf4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c3f52a8cf4 |
@ -27,8 +27,11 @@ jobs:
|
||||
uses: https://github.com/actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: '9.x'
|
||||
- name: LS
|
||||
run: ls -lisa
|
||||
- name: Setup NuGet
|
||||
uses: https://github.com/nuget/setup-nuget@v2
|
||||
with:
|
||||
# nuget-api-key: ${{ secrets.NuGetAPIKey }}
|
||||
nuget-version: '5.x'
|
||||
- name: Build Oqtane
|
||||
run: dotnet build ./oqtane.framework/Oqtane.sln --configuration Debug
|
||||
- name: Build Module
|
||||
|
Loading…
x
Reference in New Issue
Block a user