Skip to content

Commit

Permalink
Changing logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mtirionMSFT committed Nov 21, 2024
1 parent 47cb50a commit 854cd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ foreach ($sln in (Get-ChildItem -Recurse src\*\*.csproj -Exclude *.Test.*)) {
& dotnet pack $sln.FullName -c Release -p:PackAsTool=true -o ./artifacts
}

Get-ChildItem
Get-ChildItem ./artifacts

# remove possible generated XML documentation files
Remove-Item "$($solution.targetFolder)\*.xml"
Expand Down

0 comments on commit 854cd6d

Please sign in to comment.