File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22Echo Building Microsoft.OpenApi
33
44SET PROJ = %~dp0 src\Microsoft.OpenApi\Microsoft.OpenApi.csproj
5- dotnet build %PROJ% /t:restore /p:Configuration=Release
6- dotnet build %PROJ% /t:build /p:Configuration=Release
7- dotnet build %PROJ% /t:pack /p:Configuration=Release;PackageOutputPath=%~dp0 artifacts
5+ dotnet msbuild %PROJ% /t:restore /p:Configuration=Release
6+ dotnet msbuild %PROJ% /t:build /p:Configuration=Release
7+ dotnet msbuild %PROJ% /t:pack /p:Configuration=Release;PackageOutputPath=%~dp0 artifacts
88
99Echo Building Microsoft.OpenApi.Readers
1010
1111SET PROJ = %~dp0 src\Microsoft.OpenApi.Readers\Microsoft.OpenApi.Readers.csproj
12- dotnet build %PROJ% /t:restore /p:Configuration=Release
13- dotnet build %PROJ% /t:build /p:Configuration=Release
14- dotnet build %PROJ% /t:pack /p:Configuration=Release;PackageOutputPath=%~dp0 artifacts
12+ dotnet msbuild %PROJ% /t:restore /p:Configuration=Release
13+ dotnet msbuild %PROJ% /t:build /p:Configuration=Release
14+ dotnet msbuild %PROJ% /t:pack /p:Configuration=Release;PackageOutputPath=%~dp0 artifacts
1515
1616goto :end
1717:error
You can’t perform that action at this time.
0 commit comments