Skip to content

Commit c47f7c5

Browse files
authored
Merge pull request #314 from datalust/disable-dotnet-tool-publish
Disable publishing dotnet tool
2 parents f8e797f + 0e91f99 commit c47f7c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ Clean-Output
8686
Create-ArtifactDir
8787
Restore-Packages
8888
Publish-Archives($version)
89-
Publish-DotNetTool($version)
89+
# Temporarily disabled while SerilogTracing is in pre-release
90+
# Publish-DotNetTool($version)
9091
Execute-Tests($version)
9192
Publish-Docs($version)
9293

0 commit comments

Comments
 (0)