Skip to content

Commit 6ea2637

Browse files
committed
cleaned up switches
1 parent e60f9e3 commit 6ea2637

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Libraries/Build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ForEach ($p in $client_projects) {
2929
/p:AssemblyOriginatorKeyFile="$sign_file" `
3030
/p:Configuration="$configuration" `
3131
/p:Platform="AnyCPU" `
32-
/p:NoWarn="1591,1711,1712,1572,1573,1574" `
32+
/p:NoWarn="1591" `
3333
/verbosity:minimal `
3434
/p:DefineConstants="`"TRACE;SIGNED;$($b.Constants)`"" `
3535
/p:OutputPath="$outputDirectory" `
@@ -41,7 +41,7 @@ ForEach ($p in $client_projects) {
4141
/p:SignAssembly=false `
4242
/p:Configuration="$configuration" `
4343
/p:Platform="AnyCPU" `
44-
/p:NoWarn="1591,1711,1712,1572,1573,1574" `
44+
/p:NoWarn="1591" `
4545
/verbosity:minimal `
4646
/p:DefineConstants="`"TRACE;$($b.Constants)`"" `
4747
/p:OutputPath="$outputDirectory" `

0 commit comments

Comments
 (0)