We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9a52df + cb576a8 commit 8fed4f1Copy full SHA for 8fed4f1
build.cake
@@ -1,5 +1,5 @@
1
// Load the recipe
2
-#load nuget:?package=NUnit.Cake.Recipe&version=1.4.0-alpha.1
+#load nuget:?package=NUnit.Cake.Recipe&version=1.4.0-alpha.5
3
// Comment out above line and uncomment below for local tests of recipe changes
4
//#load ../NUnit.Cake.Recipe/recipe/*.cake
5
@@ -147,8 +147,6 @@ BuildSettings.Packages.AddRange(new PackageDefinition[] {
147
},
148
symbols: new PackageCheck[] {
149
HasDirectory("lib/net462").WithFiles(ENGINE_PDB_FILES),
150
- HasDirectory("lib/netstandard2.0").WithFiles(ENGINE_PDB_FILES),
151
- HasDirectory("lib/net6.0").WithFiles(ENGINE_PDB_FILES),
152
HasDirectory("lib/net8.0").WithFiles(ENGINE_PDB_FILES),
153
HasDirectory("contentFiles/any/agents/net462").WithFiles(AGENT_PDB_FILES)
154
}),
0 commit comments