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 90a250f commit 1212fd0Copy full SHA for 1212fd0
visualstudio.xunit.proj
@@ -91,7 +91,7 @@
91
<Zip Files="@(Binaries)" ZipFileName="binaries.zip" StripPath="true" />
92
</Target>
93
94
- <Target Name="PushMyGet" Condition=" '$(GitBranch)' == 'master' Or '$(GitBranch)' == 'refs/heads/master' ">
+ <Target Name="PushMyGet" Condition=" '$(ForcePushMyGet)' == 'true' Or '$(GitBranch)' == 'master' Or '$(GitBranch)' == 'refs/heads/master' ">
95
<ItemGroup>
96
<NupkgFiles Include="*.nupkg" />
97
</ItemGroup>
0 commit comments