File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
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-
2320 - name : Setup dotnet
2421 uses : actions/setup-dotnet@v3
2522 with :
3330 - name : Debug NuGet Packages Path
3431 run : dotnet nuget locals global-packages -l
3532
33+ - name : Find File Recursively
34+ run : |
35+ FILE_PATH=$(find $GITHUB_WORKSPACE -type f -name "StrongNameSigner.Console.exe")
36+ echo "Found file at: $FILE_PATH"
37+
38+ - name : Install Mono
39+ run : sudo apt-get update && sudo apt-get install -y mono-runtime
40+
3641 - name : Build
3742 run : dotnet build --configuration ${{ matrix.configuration }}
3843
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-
5350 <!-- Run Strong Name Signer -->
5451 <Exec ContinueOnError =" false"
5552 Command =" mono " $(NuGetPackageRoot)\Brutal.Dev.StrongNameSigner.3.5.1\build\StrongNameSigner.Console.exe" -in " $(NuGetPackageRoot)" " />
You can’t perform that action at this time.
0 commit comments