forked from autofac/Autofac
-
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.
Changed path to msbuild in the go.cmd scripts. Now to points to .NET …
…4.0 RTW instead of some prereleased version.
- Loading branch information
carlhoerberg
committed
Jun 9, 2010
1 parent
c015a7b
commit af23ae9
Showing
3 changed files
with
3 additions
and
3 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,2 +1,2 @@ | ||
@echo off | ||
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30128\msbuild AutofacContrib.build %* | ||
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild AutofacContrib.build %* |
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,2 +1,2 @@ | ||
@echo off | ||
@%SystemRoot%\Microsoft.NET\Framework\v3.5\msbuild Autofac.build %* | ||
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild Autofac.build %* |
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,2 +1,2 @@ | ||
@echo off | ||
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30128\msbuild Autofac.build %* | ||
@%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild Autofac.build %* |