diff --git a/.github/workflows/Developer.HttpCore.yml b/.github/workflows/Developer.HttpCore.yml index e3b9a2f..f453af7 100644 --- a/.github/workflows/Developer.HttpCore.yml +++ b/.github/workflows/Developer.HttpCore.yml @@ -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: