Updating deploy pipeline
This commit is contained in:
parent
3e03db5221
commit
9e93bcc876
|
|
@ -36,12 +36,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: '9.0.x'
|
dotnet-version: '9.0.x'
|
||||||
- name: Build API
|
- name: Build API
|
||||||
run: dotnet publish -c release -o artifacts /p:DebugType=None /p:DebugSymbols=false ./source/ticketAPI/api/api.csproj
|
run: dotnet publish -c release -o artifacts/api /p:DebugType=None /p:DebugSymbols=false ./source/ticketAPI/ticketAPI.sln
|
||||||
- name: Saving build artifact
|
- name: Saving build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ticketAPI
|
name: ticketAPI
|
||||||
path: source/ticketAPI/artifacts
|
path: artifacts/api
|
||||||
PublishUI:
|
PublishUI:
|
||||||
runs-on: osx
|
runs-on: osx
|
||||||
needs: [BuildUI]
|
needs: [BuildUI]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user