Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 0 additions & 72 deletions .github/workflows/manual_release_prep.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Release
on:
release:
types: [published]
workflow_dispatch: ~

jobs:
publish:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ init-examples-submodule:

## install-tools - Install required dotnet tools
install-tools:
dotnet new tool-manifest || exit 0
dotnet new tool-manifest --force || exit 0
dotnet tool install --local security-scan --version 5.6.3 || exit 0
dotnet tool install --local dotnet-format || exit 0
dotnet tool install --local docfx --version 2.60.2 || exit 0

## install-styleguide - Import style guide (Unix only)
install-styleguide: | update-examples-submodule
install-styleguide: | init-examples-submodule
sh examples/symlink_directory_files.sh examples/style_guides/csharp .

## install - Install requirements
Expand Down
2 changes: 1 addition & 1 deletion scripts/win/build_release_nuget.bat
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GOTO :eof

:usage
@ECHO:
@ECHO Usage: %0 <PROJECT_NAME> <PATH_TO_STRONG_NAME_CERTIFICATE> <AUTH_CERTIFICATE_FINGERPRINT> <BUILD_MODE>
@ECHO Usage: %0 <PROJECT_NAME> <PATH_TO_STRONG_NAME_CERTIFICATE> <AUTH_CERTIFICATE_SHA1_FINGERPRINT> <AUTH_CERTIFICATE_SHA256_FINGERPRINT> <BUILD_MODE>
GOTO :exitWithError

:commandFailed
Expand Down
Loading