Skip to content

Commit

Permalink
Updating build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwilcox committed Dec 6, 2013
1 parent 0206067 commit fc8bd04
Show file tree
Hide file tree
Showing 39 changed files with 9 additions and 926 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.suo
*.user
*.sln.docstates
developer/

# Build results
binaries/
Expand Down
11 changes: 8 additions & 3 deletions libraries.msbuild
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
<ProductSourceFolder>$(MSBuildThisFileDirectory)src</ProductSourceFolder>
</PropertyGroup>

<!--
NuGet Packages
-->
<!-- NuGet Packages -->
<Import Project="nuget.targets" />

<!-- User-specific properties -->
<Import Project="developer/$(USERNAME)/build.props" Condition="Exists('developer/$(USERNAME)/build.props')" />

<!--
Windows Azure Management Libraries SDK Builder Guide
Expand Down Expand Up @@ -326,6 +327,10 @@
<NuGetRestoreConfigSwitch>-ConfigFile &quot;$(NuGetRestoreConfigFile)&quot;</NuGetRestoreConfigSwitch>
</PropertyGroup>

<Error Text="The code generation target ForceRestorePackages requires an environment variable: PRIVATE_FEED_URL. Please see libraries.msbuild for more information." Condition=" '$(PRIVATE_FEED_URL)'=='' " />
<Error Text="The code generation target ForceRestorePackages requires an environment variable: PRIVATE_FEED_USER_NAME. Please see libraries.msbuild for more information." Condition=" '$(PRIVATE_FEED_USER_NAME)'=='' " />
<Error Text="The code generation target ForceRestorePackages requires an environment variable: PRIVATE_FEED_PASSWORD. Please see libraries.msbuild for more information." Condition=" '$(PRIVATE_FEED_PASSWORD)'=='' " />

<!-- Create config for user name and password for private feed access -->
<Delete Files="$(NuGetRestoreConfigFile)" />
<Exec Command='$(NuGetCommand) sources add -Name Hydra -Source &quot;$(PRIVATE_FEED_URL)&quot; $(NuGetRestoreConfigSwitch)' />
Expand Down
118 changes: 0 additions & 118 deletions packages/Microsoft.Bcl.Build.1.0.13/License-Stable.rtf

This file was deleted.

Binary file not shown.

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
37 changes: 0 additions & 37 deletions packages/Microsoft.Bcl.Build.1.0.13/tools/Install.ps1

This file was deleted.

Binary file not shown.
Loading

0 comments on commit fc8bd04

Please sign in to comment.