Skip to content

Commit

Permalink
Fix first run experience (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsreyn authored Feb 7, 2025
1 parent 3247707 commit 3f91511
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,6 @@ websites
wekyb
Hmmss
MMdd
MMdd
MMdd
NOLOGO

3 changes: 3 additions & 0 deletions resources/Microsoft.DotNet.Dsc/Microsoft.DotNet.Dsc.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ $ErrorActionPreference = 'Stop'
$PSNativeCommandUseErrorActionPreference = $true
Set-StrictMode -Version Latest

# Set environment variable always to true to skip first run experience
$env:DOTNET_NOLOGO = $true

#region Functions
function Get-DotNetPath {
if ($IsWindows) {
Expand Down

0 comments on commit 3f91511

Please sign in to comment.