Updating deploy pipeline
This commit is contained in:
parent
af891fa10c
commit
3e03db5221
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: '9.0.x'
|
dotnet-version: '9.0.x'
|
||||||
- name: Build API
|
- 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
|
- name: Saving build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user