Updating deploy pipeline
This commit is contained in:
parent
3e03db5221
commit
9e93bcc876
|
|
@ -36,12 +36,12 @@ jobs:
|
|||
with:
|
||||
dotnet-version: '9.0.x'
|
||||
- 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
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ticketAPI
|
||||
path: source/ticketAPI/artifacts
|
||||
path: artifacts/api
|
||||
PublishUI:
|
||||
runs-on: osx
|
||||
needs: [BuildUI]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user