Skip to content

Commit 1a517b4

Browse files
committed
Update project structure.
1 parent 977d9aa commit 1a517b4

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Build.cmd

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
cd /d "%~dp0"
2-
"%ProgramFiles%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" Linq.Expressions.Deconstruct.sln /p:Configuration=Release /t:Restore;Rebuild /v:m
3-
"%ProgramFiles%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" Linq.Expressions.Deconstruct.sln /p:Configuration=Debug /t:Restore;Rebuild /v:m
1+
cd /d "%~dp0"
2+
dotnet restore
3+
dotnet build --no-restore
4+
dotnet test --no-build --verbosity normal
5+

Linq.Expressions.Deconstruct.slnx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<File Path=".github/workflows/dotnet.yml" />
55
</Folder>
66
<Folder Name="/.root/">
7+
<File Path="Build.cmd" />
78
<File Path="Directory.Build.props" />
89
<File Path="Directory.Packages.props" />
910
<File Path="LICENSE.TXT" />

0 commit comments

Comments
 (0)