We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5929360 commit 6e8ae8aCopy full SHA for 6e8ae8a
IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.csproj
@@ -1,12 +1,14 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<Import Project="../IntelliTect.Multitool/Build/IntelliTect.Multitool.targets" />
3
<PropertyGroup>
4
- <TargetFrameworks>netcoreapp3.1; net6.0; net8.0</TargetFrameworks>
+ <TargetFrameworks>net8.0</TargetFrameworks>
5
6
<IsPackable>false</IsPackable>
7
</PropertyGroup>
8
9
- <PropertyGroup>
+ <PropertyGroup Condition="'$(GITHUB_ACTIONS)' != 'true'">
10
+ <!-- We want to make sure our CI property works properly on the runner, this is just to run tests locally -->
11
+ <!-- We don't use the $CI condition since that is the one under test -->
12
<ReleaseDateAttribute>true</ReleaseDateAttribute>
13
14
0 commit comments