File tree Expand file tree Collapse file tree 4 files changed +4
-75
lines changed
Expand file tree Collapse file tree 4 files changed +4
-75
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Release
33on :
44 release :
55 types : [published]
6+ workflow_dispatch : ~
67
78jobs :
89 publish :
Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ init-examples-submodule:
4545
4646# # install-tools - Install required dotnet tools
4747install-tools :
48- dotnet new tool-manifest || exit 0
48+ dotnet new tool-manifest --force || exit 0
4949 dotnet tool install --local security-scan --version 5.6.3 || exit 0
5050 dotnet tool install --local dotnet-format || exit 0
5151 dotnet tool install --local docfx --version 2.60.2 || exit 0
5252
5353# # install-styleguide - Import style guide (Unix only)
54- install-styleguide : | update -examples-submodule
54+ install-styleguide : | init -examples-submodule
5555 sh examples/symlink_directory_files.sh examples/style_guides/csharp .
5656
5757# # install - Install requirements
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ GOTO :eof
5050
5151:usage
5252@ ECHO :
53- @ ECHO Usage: %0 < PROJECT_NAME> < PATH_TO_STRONG_NAME_CERTIFICATE> < AUTH_CERTIFICATE_FINGERPRINT > < BUILD_MODE>
53+ @ ECHO Usage: %0 < PROJECT_NAME> < PATH_TO_STRONG_NAME_CERTIFICATE> < AUTH_CERTIFICATE_SHA1_FINGERPRINT > < AUTH_CERTIFICATE_SHA256_FINGERPRINT > < BUILD_MODE>
5454GOTO :exitWithError
5555
5656:commandFailed
You can’t perform that action at this time.
0 commit comments