Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoalmeidafrancisco committed Apr 8, 2023
2 parents 653e407 + 5517b6c commit 64808bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Developer.HttpCore.yml
Expand Up @@ -15,15 +15,15 @@ jobs:

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
# with:
# dotnet-version: 7.0.x
with:
dotnet-version: 7.0.x

- name: Restore dependencies
working-directory: Developer.HttpCore/Project
working-directory: Project
run: dotnet restore

- name: Build
working-directory: Developer.HttpCore/Project
working-directory: Project
run: dotnet build --configuration Release --no-restore
#- uses: actions/upload-artifact@main
# with:
Expand Down

0 comments on commit 64808bd

Please sign in to comment.