Skip to content

Commit

Permalink
Updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
TomProkop committed Jun 9, 2024
1 parent 4ed82bf commit e5eb2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/setup-dotnet@v4

# Create the NuGet package in the folder from the environment variable NuGetDirectory
- run: dotnet pack src/Dataverse/MSBuildTasks/TALXIS.DevKit.Build.Dataverse.Tasks.sln --configuration Release
- run: dotnet pack TALXIS.DevKit.Build.sln --configuration Release

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

0 comments on commit e5eb2aa

Please sign in to comment.