diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5708898..35187a8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,7 +5,6 @@ on: paths-ignore: - "**/README.md" - "**/.gitignore" - - "**/.gitaltributes" - "**/.editorconfig" - "**/LICENSE.md" - .github/** @@ -19,7 +18,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 token: ${{ secrets.ACTIONS_PAT }} - name: Setup .NET 9 @@ -59,7 +57,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 ref: ${{ github.ref }} token: ${{ secrets.ACTIONS_PAT }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4a95ca7..6b7e30d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -6,7 +6,6 @@ on: - "**/README.md" - "**/LICENSE.md" - "**/.gitignore" - - "**/.gitattributes" - "**/.editorconfig" - .github/** branches: @@ -21,7 +20,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 token: ${{ secrets.ACTIONS_PAT }} - name: Setup .NET @@ -53,7 +51,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 token: ${{ secrets.ACTIONS_PAT }} - name: Setup .NET 9 @@ -65,7 +62,7 @@ jobs: - name: Restore dependencies run: dotnet restore src - name: Build on ${{ matrix.os }} - run: dotnet build src --no-restore + run: dotnet build --no-restore src - name: Test on ${{ matrix.os }} run: dotnet test src --no-build --verbosity normal - name: Rename test coverage report @@ -83,7 +80,6 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - lfs: true fetch-depth: 0 token: ${{ secrets.ACTIONS_PAT }} - name: Download ubuntu-latest report diff --git a/src/BGR.Console/BGR.Console.csproj b/src/BGR.Console/BGR.Console.csproj index 38cf575..eb1123a 100644 --- a/src/BGR.Console/BGR.Console.csproj +++ b/src/BGR.Console/BGR.Console.csproj @@ -12,6 +12,35 @@ Exe + + Resources/Files + + + + + + + + + + + + + + + + + + @@ -31,8 +60,4 @@ - - - -