Skip to content

Commit

Permalink
Revert build change and use the VS host as we have native build compo…
Browse files Browse the repository at this point in the history
…nents.
  • Loading branch information
jkoritzinsky committed Aug 15, 2023
1 parent d108d19 commit a866e58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
default: 'Force a snippets build'

env:
DOTNET_INSTALLER_CHANNEL: '8.0'
DOTNET_INSTALLER_CHANNEL: '7.0'
DOTNET_DO_INSTALL: 'true' # True to install preview versions, False to use the pre-installed (released) SDK
EnableNuGetPackageRestore: 'True'
repo: 'samples'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"host": "visualstudio"
}

0 comments on commit a866e58

Please sign in to comment.