File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
34
34
- uses : actions/upload-artifact@v1
35
35
with :
36
- name : de4dot-netcoreapp3.0
37
- path : publish-netcoreapp3.0
36
+ name : de4dot-netcoreapp3.1
37
+ path : publish-netcoreapp3.1
Original file line number Diff line number Diff line change 5
5
<De4DotNetFramework Condition =" '$(SolutionName)' == 'de4dot.netframework' " >true</De4DotNetFramework >
6
6
<!-- Two different sln files are used because some of the projects are only available when targetting .NET Framework -->
7
7
<TargetFrameworks Condition =" '$(De4DotNetFramework)' == 'true' " >net35;net45</TargetFrameworks >
8
- <TargetFrameworks Condition =" '$(De4DotNetFramework)' != 'true' " >netcoreapp3.0 ;netcoreapp2.1</TargetFrameworks >
8
+ <TargetFrameworks Condition =" '$(De4DotNetFramework)' != 'true' " >netcoreapp3.1 ;netcoreapp2.1</TargetFrameworks >
9
9
<Features >strict</Features >
10
10
<LangVersion >latest</LangVersion >
11
11
<SignAssembly >true</SignAssembly >
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ dotnet publish -c Release -f netcoreapp2.1 -o publish-netcoreapp2.1 de4dot
16
16
if ($LASTEXITCODE ) { exit $LASTEXITCODE }
17
17
Remove-Item publish-netcoreapp2 .1 \* .pdb, publish-netcoreapp2 .1 \* .xml
18
18
19
- dotnet publish - c Release -f netcoreapp3.0 - o publish-netcoreapp3 .0 de4dot
19
+ dotnet publish - c Release -f netcoreapp3.1 - o publish-netcoreapp3 .1 de4dot
20
20
if ($LASTEXITCODE ) { exit $LASTEXITCODE }
21
- Remove-Item publish-netcoreapp3 .0 \* .pdb, publish-netcoreapp3 .0 \* .xml
21
+ Remove-Item publish-netcoreapp3 .1 \* .pdb, publish-netcoreapp3 .1 \* .xml
You can’t perform that action at this time.
0 commit comments