diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 83b274c..450351f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - package-ecosystem: "nuget" - directory: "/" + directory: "/Source" schedule: interval: "daily" commit-message: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 27067d7..447bd3d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - - run: ./build.ps1 + - run: ./build.ps1 --target=DotNetCore-Build shell: pwsh - name: Perform CodeQL Analysis diff --git a/Source/Cake.Gitter/Cake.Gitter.csproj b/Source/Cake.Gitter/Cake.Gitter.csproj index 63eb594..432165e 100644 --- a/Source/Cake.Gitter/Cake.Gitter.csproj +++ b/Source/Cake.Gitter/Cake.Gitter.csproj @@ -17,8 +17,6 @@ Gary Ewan Park Copyright © $(FullYear) — Cake Contributions Cake AddIn that extends Cake with ability to send messages to Gitter. - icon.png - https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png MIT https://github.com/cake-contrib/Home cake;script;build;gitter;cake-addin @@ -33,11 +31,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Source/Cake.Gitter/icon.png b/Source/Cake.Gitter/icon.png deleted file mode 100644 index 9881edc..0000000 Binary files a/Source/Cake.Gitter/icon.png and /dev/null differ