File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v3
1919
20+ - name : Install Mono
21+ run : sudo apt-get update && sudo apt-get install -y mono-runtime
22+
2023 - name : Setup dotnet
2124 uses : actions/setup-dotnet@v3
2225 with :
Original file line number Diff line number Diff line change 4747 <Message Text =" NuGetPackageRoot: $(NuGetPackageRoot)" Importance =" high" />
4848 <Exec Command =" echo NuGetPackageRoot: $(NuGetPackageRoot)" />
4949
50+ <Exec Command =" FILE_PATH=$(find $(GITHUB_WORKSPACE) -type f -name " StrongNameSigner.Console.exe" ) && echo " Found file at: $FILE_PATH" " />
51+ <Message Text =" StrongNameSigner file path: $(FILE_PATH)" Importance =" high" />
52+
53+ <!-- Run Strong Name Signer -->
54+ <Exec ContinueOnError =" false"
55+ Command =" mono " $(NuGetPackageRoot)\Brutal.Dev.StrongNameSigner.3.5.1\build\StrongNameSigner.Console.exe" -in " $(NuGetPackageRoot)" " />
56+
5057 <!-- Test if Excubo.WebCompiler is installed (recommended) -->
5158 <Exec Command =" webcompiler -h" ContinueOnError =" true" StandardOutputImportance =" low" StandardErrorImportance =" low" LogStandardErrorAsError =" false" IgnoreExitCode =" true" >
5259 <Output TaskParameter =" ExitCode" PropertyName =" ErrorCode" />
You can’t perform that action at this time.
0 commit comments