We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c00ad commit 1c08f25Copy full SHA for 1c08f25
CONTRIBUTING.md
@@ -29,12 +29,12 @@ which downloads NuGet.exe and uses it to restore packages.
29
Assuming your working directory is the root directory of this git repo,
30
and you are running Windows PowerShell, the command is:
31
32
- .\init.ps1
+ ./init.ps1
33
34
Most of the repo may be built via building the solution file from Visual Studio 2019,
35
but for a complete build, build from the VS2019 Developer Command Prompt:
36
37
- .\build.ps1
+ ./build.ps1
38
39
This repo is structured such that it builds the NuGet package first, using MSBuild.
40
It then builds an NPM package that includes some of the outputs of MSBuild, along with
0 commit comments