forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjusting references adding new targets
- Loading branch information
Abhijeet Shah
committed
Apr 14, 2017
1 parent
72fa8c5
commit 3869502
Showing
15 changed files
with
113 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,12 @@ | ||
<Project> | ||
<Import Project="directory.Build.props" /> | ||
<Import Project="directory.Build.targets" /> | ||
<Import Project="test.props" /> | ||
<Import Project="AzSdk.props" /> | ||
|
||
<Target Name="Clean" DependsOnTargets="$(CleanTraversedProjectsDependsOn)" /> | ||
<Target Name="Build" DependsOnTargets="$(BuildTraversedProjectsDependsOn)" /> | ||
|
||
<Target Name="PublishLocal"> | ||
<Exec Command="$(NuGetCommand) push "$(PackageOutputDir)\%(SdkNuGetPackage.Identity).%(SdkNuGetPackage.PackageVersion).nupkg" $(NuGetKey)$(ActualSource)" | ||
IgnoreExitCode="true" | ||
Condition=" '%(SdkNuGetPackage.Publish)' != 'false' " /> | ||
|
||
</Target> | ||
|
||
<!-- | ||
<Import Project="dirs.proj" /> | ||
<Import Project="directory.Build.props" /> | ||
<Import Project="directory.Build.targets" /> | ||
<Import Project="test.props" /> | ||
<Import Project="AzSdk.props" /> | ||
|
||
<Target Name="Clean" DependsOnTargets="$(CleanTraversedProjectsDependsOn)" /> | ||
<Target Name="Build" DependsOnTargets="$(RestoreTraversedProjectsDependsOn);$(BuildTraversedProjectsDependsOn)" /> | ||
<Target Name="Restore" DependsOnTargets="$(RestoreTraversedProjectsDependsOn)" /> | ||
<Target Name="Rebuild" DependsOnTargets="Clean;Build" /> | ||
|
||
<Target Name="Rebuild" DependsOnTargets="Clean;Build" /> | ||
--> | ||
|
||
|
||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters