Skip to content

Commit

Permalink
Add ForcePushMyGet variable to visualstudio.xunit.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwilson committed Jul 4, 2015
1 parent 90a250f commit 1212fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualstudio.xunit.proj
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<Zip Files="@(Binaries)" ZipFileName="binaries.zip" StripPath="true" />
</Target>

<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' ">
<ItemGroup>
<NupkgFiles Include="*.nupkg" />
</ItemGroup>
Expand Down

0 comments on commit 1212fd0

Please sign in to comment.