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