Skip to content

Commit 1212fd0

Browse files
committed
Add ForcePushMyGet variable to visualstudio.xunit.proj
1 parent 90a250f commit 1212fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualstudio.xunit.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<Zip Files="@(Binaries)" ZipFileName="binaries.zip" StripPath="true" />
9292
</Target>
9393

94-
<Target Name="PushMyGet" Condition=" '$(GitBranch)' == 'master' Or '$(GitBranch)' == 'refs/heads/master' ">
94+
<Target Name="PushMyGet" Condition=" '$(ForcePushMyGet)' == 'true' Or '$(GitBranch)' == 'master' Or '$(GitBranch)' == 'refs/heads/master' ">
9595
<ItemGroup>
9696
<NupkgFiles Include="*.nupkg" />
9797
</ItemGroup>

0 commit comments

Comments
 (0)