File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 if : startsWith(github.ref, 'refs/tags/')
153153 run : |
154154 mkdir -p deb-root/opt/de4dotEx
155- cp -r " publish-$DOTNET_RUNTIME/*" deb-root/opt/de4dotEx/
155+ cp -r publish-${ DOTNET_RUNTIME}/* deb-root/opt/de4dotEx/
156156
157157 mkdir -p deb-root/usr/local/bin
158158 ln -s /opt/de4dotEx/de4dot deb-root/usr/local/bin/de4dot
Original file line number Diff line number Diff line change 1010 <LangVersion >12.0</LangVersion >
1111 <SignAssembly >true</SignAssembly >
1212 <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)\de4dot.snk</AssemblyOriginatorKeyFile >
13- <VersionPrefix >3.5.0 </VersionPrefix >
13+ <VersionPrefix >3.5.1 </VersionPrefix >
1414 <Copyright >Copyright (C) 2011-2020 de4dot@gmail.com, 2025-2026 G DATA Advanced Analytics GmbH</Copyright >
1515 <OutputPath >$(MSBuildThisFileDirectory)\$(Configuration)</OutputPath >
1616 <DisableOutOfProcTaskHost >true</DisableOutOfProcTaskHost >
You can’t perform that action at this time.
0 commit comments