Compare commits
1 Commits
7f4ab6b9b6
...
c3f52a8cf4
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c3f52a8cf4 |
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user