Skip to content

Commit

Permalink
Update main_domshyraapi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
domshyra committed Apr 2, 2023
1 parent 9dd7382 commit 1a4cdc1
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/main_domshyraapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,19 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: ls

- name: Create annotation for build error
run: echo "${{env.DOTNET_ROOT}}"
- run: ls -ld /Api

- name: Set up .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.x'
include-prerelease: true

- run: ls

- name: Create annotation for build error
run: echo "${{env.DOTNET_ROOT}}"

- name: Create annotation for build error
run: echo "${{env.DOTNET_ROOT}}"

- name: Build with dotnet
run: dotnet build --configuration Release

- run: ls -ld ${{env.DOTNET_ROOT}}

- name: dotnet publish
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/Api/Api

Expand Down

0 comments on commit 1a4cdc1

Please sign in to comment.