We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977d9aa commit 1a517b4Copy full SHA for 1a517b4
2 files changed
Build.cmd
@@ -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
+cd /d "%~dp0"
+dotnet restore
+dotnet build --no-restore
4
+dotnet test --no-build --verbosity normal
5
+
Linq.Expressions.Deconstruct.slnx
@@ -4,6 +4,7 @@
<File Path=".github/workflows/dotnet.yml" />
</Folder>
6
<Folder Name="/.root/">
7
+ <File Path="Build.cmd" />
8
<File Path="Directory.Build.props" />
9
<File Path="Directory.Packages.props" />
10
<File Path="LICENSE.TXT" />
0 commit comments