Skip to content

Commit 8fed4f1

Browse files
authored
Merge pull request #1637 from nunit/updt-recipe
Update recipe
2 parents e9a52df + cb576a8 commit 8fed4f1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.cake

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Load the recipe
2-
#load nuget:?package=NUnit.Cake.Recipe&version=1.4.0-alpha.1
2+
#load nuget:?package=NUnit.Cake.Recipe&version=1.4.0-alpha.5
33
// Comment out above line and uncomment below for local tests of recipe changes
44
//#load ../NUnit.Cake.Recipe/recipe/*.cake
55

@@ -147,8 +147,6 @@ BuildSettings.Packages.AddRange(new PackageDefinition[] {
147147
},
148148
symbols: new PackageCheck[] {
149149
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),
152150
HasDirectory("lib/net8.0").WithFiles(ENGINE_PDB_FILES),
153151
HasDirectory("contentFiles/any/agents/net462").WithFiles(AGENT_PDB_FILES)
154152
}),

0 commit comments

Comments
 (0)