Skip to content

Commit

Permalink
Update publishnuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xpouyat authored Nov 5, 2024
1 parent e1d4859 commit e551671
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,20 @@ jobs:
with:
dotnet-version: '8.x'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: csharp
build-mode: manual

# Create the NuGet package in the folder from the environment variable NuGetDirectory
- run: dotnet build MK.IO\MK.IO.csproj --configuration Release

# Perform CodeQL Analysis..
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

# Publish the NuGet package as an artifact, so they can be used in the following jobs
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit e551671

Please sign in to comment.