Skip to content

Commit

Permalink
Fixed multiple incorrect steps in build instructions
Browse files Browse the repository at this point in the history
* Command prompt should be elevated
* Verification skip should be done before msbuild
* You should provide path to dlls in verification skip
  • Loading branch information
anton-evseev committed Apr 13, 2018
1 parent ba5bc38 commit d52a8c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ src\SDKs\Compute
=======
#### If you have recently cloned the repo or did a pull from upstream or did git clean -xdf you need to the following before you do anything else in order to build your projects

1. Open VS 2017 command prompt
1. Open **elevated** VS 2017 command prompt
2. Navigate to repository root directory
3. execute MsBuild.exe build.proj (this will pull all the build related tools needed to build the repo)
4. Skip verification for the following dlls
- Sn -Vr Microsoft.Azure.Build.BootstrapTasks.dll
- Sn -Vr Microsoft.Azure.Sdk.Build.Tasks.dll
3. Skip verification for the following dlls
- Sn -Vr tools\bootstrapTools\taskBinaries\Microsoft.Azure.Build.BootstrapTasks.dll
- Sn -Vr tools\SdkBuildTools\tasks\net46\Microsoft.Azure.Sdk.Build.Tasks.dll
4. Execute MsBuild.exe build.proj (this will pull all the build related tools needed to build the repo)
5. Follow below steps to start building your repo/project

#### If you are building from VS, add a nuget feed source that points to < root >\tools\LocalNugetFeed directory
Expand Down

0 comments on commit d52a8c9

Please sign in to comment.