Update version to 0.0.0.2
Signed-off-by: Dan Cuomo <dcuomo@outlook.com>
This commit is contained in:
Родитель
a85485ad13
Коммит
b66b0da627
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Generated by: Dan Cuomo
|
||||
#
|
||||
# Generated on: 5/24/2019
|
||||
# Generated on: 5/29/2019
|
||||
#
|
||||
|
||||
@{
|
||||
|
@ -12,7 +12,7 @@
|
|||
RootModule = 'Start-CPUBurn.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '0.0.0.1'
|
||||
ModuleVersion = '0.0.0.2'
|
||||
|
||||
# Supported PSEditions
|
||||
# CompatiblePSEditions = @()
|
||||
|
@ -27,7 +27,7 @@ Author = 'Dan Cuomo'
|
|||
CompanyName = 'Microsoft'
|
||||
|
||||
# Copyright statement for this module
|
||||
Copyright = '(c) 2018 Dan Cuomo. All rights reserved.'
|
||||
Copyright = '(c) 2019 Inc. All rights reserved.'
|
||||
|
||||
# Description of the functionality provided by this module
|
||||
Description = 'This is a utility to burn CPU cores'
|
||||
|
@ -81,7 +81,7 @@ VariablesToExport = '*'
|
|||
AliasesToExport = @()
|
||||
|
||||
# DSC resources to export from this module
|
||||
#DscResourcesToExport = ''
|
||||
# DscResourcesToExport = @()
|
||||
|
||||
# List of all modules packaged with this module
|
||||
# ModuleList = @()
|
||||
|
|
|
@ -1,24 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="9" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2019-05-29" time="02:11:00">
|
||||
<environment user="appveyor" machine-name="APPVYR-WIN" cwd="C:\projects\MSFTNetworking.Tools" user-domain="APPVYR-WIN" platform="Microsoft Windows Server 2012 R2 Datacenter|C:\windows|\Device\Harddisk0\Partition5" nunit-version="2.5.8.0" os-version="6.3.9600" clr-version="4.0.30319.42000" />
|
||||
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="2" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2019-05-29" time="17:11:19">
|
||||
<environment user="appveyor" machine-name="APPVYR-WIN" cwd="C:\projects\Start-CPUBurn" user-domain="APPVYR-WIN" platform="Microsoft Windows Server 2012 R2 Datacenter|C:\windows|\Device\Harddisk0\Partition5" nunit-version="2.5.8.0" os-version="6.3.9600" clr-version="4.0.30319.42000" />
|
||||
<culture-info current-culture="en-US" current-uiculture="en-US" />
|
||||
<test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="6.496" asserts="0" description="Pester">
|
||||
<test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="1.8107" asserts="0" description="Pester">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="C:\projects\MSFTNetworking.Tools\tests\unit\unit.tests.ps1" executed="True" result="Success" success="True" time="6.496" asserts="0" description="C:\projects\MSFTNetworking.Tools\tests\unit\unit.tests.ps1">
|
||||
<test-suite type="TestFixture" name="C:\projects\Start-CPUBurn\tests\unit\unit.tests.ps1" executed="True" result="Success" success="True" time="1.8107" asserts="0" description="C:\projects\Start-CPUBurn\tests\unit\unit.tests.ps1">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="c:\projects\MSFTNetworking.Tools-Manifest" executed="True" result="Success" success="True" time="6.1923" asserts="0" description="c:\projects\MSFTNetworking.Tools-Manifest">
|
||||
<test-suite type="TestFixture" name="Start-CPUBurn-Manifest" executed="True" result="Success" success="True" time="1.3977" asserts="0" description="Start-CPUBurn-Manifest">
|
||||
<results>
|
||||
<test-suite type="TestFixture" name="Validation" executed="True" result="Success" success="True" time="5.9144" asserts="0" description="Validation">
|
||||
<test-suite type="TestFixture" name="Validation" executed="True" result="Success" success="True" time="0.9725" asserts="0" description="Validation">
|
||||
<results>
|
||||
<test-case description="[Import-PowerShellDataFile] - c:\projects\MSFTNetworking.Tools.psd1 is a valid PowerShell Data File" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.[Import-PowerShellDataFile] - c:\projects\MSFTNetworking.Tools.psd1 is a valid PowerShell Data File" time="0.2059" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Test-ModuleManifest] - c:\projects\MSFTNetworking.Tools.psd1 should pass the basic test" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.[Test-ModuleManifest] - c:\projects\MSFTNetworking.Tools.psd1 should pass the basic test" time="0.0065" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should specify 3 modules" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.Should specify 3 modules" time="0.0221" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should contain the DataCenterBridging Module" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.Should contain the DataCenterBridging Module" time="0.091" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="The DataCenterBridging module should be available in the PowerShell gallery" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.The DataCenterBridging module should be available in the PowerShell gallery" time="0.0065" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should contain the VMNetworkAdapter Module" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.Should contain the VMNetworkAdapter Module" time="0.0029" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="The VMNetworkAdapter module should be available in the PowerShell gallery" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.The VMNetworkAdapter module should be available in the PowerShell gallery" time="0.0023" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="Should contain the SoftwareTimestamping Module" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.Should contain the SoftwareTimestamping Module" time="0.0026" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="The SoftwareTimestamping module should be available in the PowerShell gallery" name="c:\projects\MSFTNetworking.Tools-Manifest.Validation.The SoftwareTimestamping module should be available in the PowerShell gallery" time="0.0022" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Import-PowerShellDataFile] - Start-CPUBurn.psd1 is a valid PowerShell Data File" name="Start-CPUBurn-Manifest.Validation.[Import-PowerShellDataFile] - Start-CPUBurn.psd1 is a valid PowerShell Data File" time="0.3248" asserts="0" success="True" result="Success" executed="True" />
|
||||
<test-case description="[Test-ModuleManifest] - Start-CPUBurn.psd1 should pass the basic test" name="Start-CPUBurn-Manifest.Validation.[Test-ModuleManifest] - Start-CPUBurn.psd1 should pass the basic test" time="0.013" asserts="0" success="True" result="Success" executed="True" />
|
||||
</results>
|
||||
</test-suite>
|
||||
</results>
|
||||
|
|
Загрузка…
Ссылка в новой задаче