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 e5d90a9 commit d9c0a35Copy full SHA for d9c0a35
Build/SharpDX.build
@@ -76,7 +76,7 @@
76
<SharpDXNupkg Include="$(SharpDXNugetPackageDir)\*.nupkg"/>
77
</ItemGroup>
78
<Error Condition="'$(SharpDXNugetApiKey)' == ''" Text="SharpDXNugetApiKey env variable is required when pushing nuget package"/>
79
- <Exec Command="nuget.exe push -ApiKey $(SharpDXNugetApiKey) %(SharpDXNupkg.Identity)" IgnoreExitCode="true"/>
+ <Exec Command="nuget.exe push -ApiKey $(SharpDXNugetApiKey) %(SharpDXNupkg.Identity)"/>
80
</Target>
81
82
<Target Name="ZipBuild">
0 commit comments