Skip to content

Commit

Permalink
Merge branch 'main' into users/merlinbot/1es-pt-auto-baselining-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-msft authored Feb 7, 2025
2 parents d3bfde1 + 8faf56d commit 9357bd6
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 9 deletions.
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

4 changes: 2 additions & 2 deletions resources/GitDsc/GitDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
Tags = @('PSDscResource_GitClone', 'PSDscResource_GitRemote', 'PSDscResource_GitConfigUserName', 'PSDscResource_GitConfigUserEmail', 'PSDscResource_GitConfigFile')

# A URL to the license for this module.
# LicenseUri = ''
LicenseURI= 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE'

# A URL to the main website for this project.
# ProjectUri = ''
ProjectUri = 'https://github.com/microsoft/winget-dsc/'

# A URL to an icon representing this module.
# IconUri = ''
Expand Down
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
6 changes: 6 additions & 0 deletions resources/Microsoft.VSCode.Dsc/Microsoft.VSCode.Dsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@

# Prerelease string of this module
Prerelease = 'alpha'

# A URL to the license for this module.
LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/microsoft/winget-dsc'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@

# Prerelease string of this module
Prerelease = 'alpha'

# A URL to the license for this module.
LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/microsoft/winget-dsc'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@

# Prerelease string of this module
Prerelease = 'alpha'

# A URL to the license for this module.
LicenseUri = 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE'

# A URL to the main website for this project.
ProjectUri = 'https://github.com/microsoft/winget-dsc'
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
Tags = @('PSDscResource_WindowsSandbox')

# A URL to the license for this module.
# LicenseUri = ''
LicenseURI= 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE'

# A URL to the main website for this project.
# ProjectUri = ''
ProjectUri = 'https://github.com/microsoft/winget-dsc/'

# A URL to an icon representing this module.
# IconUri = ''
Expand Down
4 changes: 2 additions & 2 deletions resources/NpmDsc/NpmDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@
Tags = @('PSDscResource_DSC_NpmPackage', 'PSDscResource_DSC_NpmInstall')

# A URL to the license for this module.
# LicenseUri = ''
LicenseURI= 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE'

# A URL to the main website for this project.
# ProjectUri = ''
ProjectUri = 'https://github.com/microsoft/winget-dsc/'

# A URL to an icon representing this module.
# IconUri = ''
Expand Down
4 changes: 2 additions & 2 deletions resources/YarnDsc/YarnDsc.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@
Tags = @('PSDscResource_YarnInstall')

# A URL to the license for this module.
# LicenseUri = ''
LicenseURI= 'https://github.com/microsoft/winget-dsc/blob/main/LICENSE'

# A URL to the main website for this project.
# ProjectUri = ''
ProjectUri = 'https://github.com/microsoft/winget-dsc/'

# A URL to an icon representing this module.
# IconUri = ''
Expand Down

0 comments on commit 9357bd6

Please sign in to comment.