Commit cb576a8 1 parent e9a52df commit cb576a8 Copy full SHA for cb576a8
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
// 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
3
3
// Comment out above line and uncomment below for local tests of recipe changes
4
4
//#load ../NUnit.Cake.Recipe/recipe/*.cake
5
5
@@ -147,8 +147,6 @@ BuildSettings.Packages.AddRange(new PackageDefinition[] {
147
147
} ,
148
148
symbols : new PackageCheck [ ] {
149
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
150
HasDirectory ( "lib/net8.0" ) . WithFiles ( ENGINE_PDB_FILES ) ,
153
151
HasDirectory ( "contentFiles/any/agents/net462" ) . WithFiles ( AGENT_PDB_FILES )
154
152
} ) ,
You can’t perform that action at this time.
0 commit comments