Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Mar 21, 2024
1 parent 93682a0 commit bc03048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_ENVIRONMENT: github
ASPNETCORE_ENVIRONMENT: github
BUILD_PATH: "${{github.workspace}}/artifacts"
BUILD_PATH: '${{github.workspace}}/artifacts'
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

on:
Expand All @@ -14,7 +14,7 @@ on:
- main
- develop
tags:
- "v*"
- 'v*'
pull_request:
branches:
- main
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
if: success()
uses: coverallsapp/github-action@v2
with:
file: "${{github.workspace}}/test/*/TestResults/*/coverage.info"
file: '${{github.workspace}}/test/*/TestResults/*/coverage.info'
format: lcov

- name: Create Packages
Expand All @@ -63,7 +63,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: packages
path: "${{env.BUILD_PATH}}"
path: '${{env.BUILD_PATH}}'

deploy:
runs-on: ubuntu-latest
Expand Down
6 changes: 0 additions & 6 deletions src/AspNetCore.Extensions.Diagnostics/Class1.cs

This file was deleted.

0 comments on commit bc03048

Please sign in to comment.