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 7f82cf6 commit 86284f3Copy full SHA for 86284f3
integrationtests/Paket.IntegrationTests/PackSpecs.fs
@@ -945,7 +945,7 @@ let ``#3710 specify license expression and icon``() =
945
let nuspec = File.ReadAllText(nuspecFile.FullName)
946
let expectedLicense = """<license type="expression">MIT</license>"""
947
let expectedIcon = """<icon>guy-fieri.jpg</icon>"""
948
- let expectedFile = """<file src="guy-fieri.jpg" target="" />"""
+ let expectedFile = """<file src="guy-fieri.jpg" target="img" />"""
949
if not (nuspec.Contains expectedLicense) then
950
failwith ("nuspec doesn't have the license expression.\n" + nuspec)
951
if not (nuspec.Contains expectedIcon) then
0 commit comments