mirror of
https://github.com/AlexMacocian/Slim.git
synced 2026-07-15 15:19:59 +00:00
Fix CD pipeline (#21)
This commit is contained in:
@@ -45,6 +45,9 @@ jobs:
|
||||
- name: Build Slim project
|
||||
run: dotnet build Slim -c $env:Configuration
|
||||
|
||||
- name: Build Slim project
|
||||
run: dotnet build $env:Integration_Project_Path -c $env:Configuration
|
||||
|
||||
- name: Package Slim
|
||||
run: dotnet pack -c Release -o . $env:Source_Project_Path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user