mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-13 20:46:34 +00:00
ci: update 4-series sln name
This commit is contained in:
parent
d129f24c61
commit
36032da75c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
|
|
@ -178,7 +178,9 @@ jobs:
|
||||||
- name: Setup MS-Build
|
- name: Setup MS-Build
|
||||||
uses: microsoft/setup-msbuild@v1
|
uses: microsoft/setup-msbuild@v1
|
||||||
- name: restore Nuget Packages
|
- name: restore Nuget Packages
|
||||||
run: nuget restore ./$($Env:SOLUTION_PATH)/$($Env:SOLUTION_FILE) 4-Series.sln
|
run: nuget restore ./$($Env:SOLUTION_PATH)/$($Env:SOLUTION_FILE)
|
||||||
|
env:
|
||||||
|
SOLUTION_FILE: PepperDash Core 4-Series.sln
|
||||||
# Build the solutions in the docker image
|
# Build the solutions in the docker image
|
||||||
- name: Build Solution
|
- name: Build Solution
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue