File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 pull_request :
55 paths :
66 - ' .github/workflows/build-vs-package.yml'
7- - ' build/Stride.VisualStudio.sln '
7+ - ' build/Stride.VisualStudio.slnx '
88 - ' sources/tools/Stride.VisualStudio.*/**'
99 - ' sources/sdk/**'
1010 - ' !**/.all-contributorsrc'
5353 - uses : ./.github/actions/build-sdk
5454 - name : Build
5555 run : |
56- msbuild build\Stride.VisualStudio.sln `
56+ msbuild build\Stride.VisualStudio.slnx `
5757 -restore -m:1 -nr:false `
5858 -v:m -p:WarningLevel=0 `
5959 -p:Configuration=${{ github.event.inputs.build-type || inputs.build-type || 'Debug' }} `
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <Solution >
2+ <Project Path =" ../sources/tools/Stride.VisualStudio.Commands.Interfaces/Stride.VisualStudio.Commands.Interfaces.csproj" />
3+ <Project Path =" ../sources/tools/Stride.VisualStudio.Commands/Stride.VisualStudio.Commands.csproj" />
4+ <Project Path =" ../sources/tools/Stride.VisualStudio.Package.Tests/Stride.VisualStudio.Package.Tests.csproj" />
5+ <Project Path =" ../sources/tools/Stride.VisualStudio.Package/Stride.VisualStudio.Package.csproj" />
6+ <Project Path =" ../sources/tools/Stride.VisualStudio.PackageInstall/Stride.VisualStudio.PackageInstall.csproj" />
7+ </Solution >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Example of use:
88 <PropertyGroup >
99 <StrideRoot >$(MSBuildThisFileDirectory)..\</StrideRoot >
1010 <StrideSolution >$(StrideRoot)build\Stride.slnx</StrideSolution >
11- <StrideVisualStudioSolution >$(StrideRoot)build\Stride.VisualStudio.sln </StrideVisualStudioSolution >
11+ <StrideVisualStudioSolution >$(StrideRoot)build\Stride.VisualStudio.slnx </StrideVisualStudioSolution >
1212 <StrideSolutionLauncher >$(StrideRoot)build\Stride.Launcher.sln</StrideSolutionLauncher >
1313 <StridePlatforms Condition =" '$(StridePlatforms)' == ''" >Windows</StridePlatforms >
1414 <BuildProperties >Configuration=Release;NoWarn=1591;DeployExtension=false;StridePlatforms=$([MSBuild]::Escape('$(StridePlatforms)'));StrideGraphicsApiDependentBuildAll=$(StrideGraphicsApiDependentBuildAll)</BuildProperties >
You can’t perform that action at this time.
0 commit comments