mirror of
https://github.com/colhountech/DarkUI.Net5.git
synced 2025-07-02 07:09:27 +03:00
fixed {}
This commit is contained in:
parent
2989032710
commit
d3f1ac8176
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
uses: NuGet/setup-nuget@v1.0.5
|
uses: NuGet/setup-nuget@v1.0.5
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: nuget restore DarkUI.sln
|
run: nuget restore ${SOLUTION}
|
||||||
|
|
||||||
- name: Setup .NET
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
@ -32,5 +32,5 @@ jobs:
|
|||||||
run: dotnet build DarkUI.sln --configuration Release
|
run: dotnet build DarkUI.sln --configuration Release
|
||||||
|
|
||||||
- name: Build Config
|
- name: Build Config
|
||||||
run: dotnet build $SOLUTION --configuration $BUILD_CONFIG --no-restore
|
run: dotnet build ${SOLUTION} --configuration ${BUILD_CONFIG} --no-restore
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user