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 2
2
Echo Building Microsoft.OpenApi
3
3
4
4
SET 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
8
8
9
9
Echo Building Microsoft.OpenApi.Readers
10
10
11
11
SET 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
15
15
16
16
goto :end
17
17
:error
You can’t perform that action at this time.
0 commit comments