-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Download latest version (6.2.0) of PSDesiredStateConfiguration nuget package. #9932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
17a5c3d
8b8e90c
91f794f
44197a4
9635cd7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,7 @@ | |
| <clear /> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @TravisEz13, your last commit had 3 failures in Expected no exception to be thrown, but an exception "Errors occurred while processing configuration 'DSCTestConfig'." was thrown from /home/vsts/work/1/a/bins/publish/Modules/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psm1:3710 char:5
+ throw $ErrorRecord
+ ~~~~~~~~~~~~~~~~~~.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/Modules/PSDesiredStateConfiguration/MOF-Compilation.Tests.ps1: line 30
30: "@) | Should -Not -ThrowDSC MOF Compilation.Should be able to compile a MOF from another basic configuration Exception calling "Create" with "1" argument(s): "At line:5 char:17
+ nxScript f1
+ ~~~~~~~~
Undefined DSC resource 'nxScript'. Use Import-DSCResource to import the resource."
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/Modules/PSDesiredStateConfiguration/MOF-Compilation.Tests.ps1: line 36
36: [Scriptblock]::Create(@"
DSC MOF Compilation.Should be able to compile a MOF from a complex configuration Expected no exception to be thrown, but an exception "Errors occurred while processing configuration 'WordPressServer'." was thrown from /home/vsts/work/1/a/bins/publish/Modules/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psm1:3710 char:5
+ throw $ErrorRecord
+ ~~~~~~~~~~~~~~~~~~.
at <ScriptBlock>, /home/vsts/work/1/s/test/powershell/Modules/PSDesiredStateConfiguration/MOF-Compilation.Tests.ps1: line 161
161: "@) | Should -Not -Throw
TravisEz13 marked this conversation as resolved.
Outdated
TravisEz13 marked this conversation as resolved.
Outdated
TravisEz13 marked this conversation as resolved.
Outdated
|
||
| <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> | ||
| <add key="dotnet-core" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" /> | ||
| <add key="powershell_nuget" value="https://powershell.pkgs.visualstudio.com/PowerShell/_packaging/powershell/nuget/v3/index.json" /> | ||
| <add key="powershell-core" value="https://powershell.myget.org/F/powershell-core/api/v3/index.json" /> | ||
| <add key="PSGallery" value="https://www.powershellgallery.com/api/v2/" /> | ||
| </packageSources> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.