Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fix_nullability_2
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabYourPitchforks committed May 8, 2020
2 parents a8446cb + e77572f commit 73003ac
Show file tree
Hide file tree
Showing 134 changed files with 5,117 additions and 997 deletions.
10 changes: 0 additions & 10 deletions docs/workflow/testing/libraries/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,3 @@ Each test project can potentially have multiple target frameworks. There are som
```cmd
dotnet build src\libraries\System.Runtime\tests\System.Runtime.Tests.csproj /p:BuildTargetFramework=net472
```

## Running tests from Visual Studio

**Test Explorer** will be able to discover the tests only if the solution is opened with `build -vs` command, e.g.:
```cmd
build -vs System.Net.Http
```
If running the tests from **Test Explorer** does nothing, it probably tries to use x86 dotnet installation instead of the x64 one. It can be fixed by setting the x64 architecture manually in the test settings.

It is also possible to execute the tests by simply debugging the test project once it's been built. It will underneath call the same command as `dotnet build /t:Test` does.
16 changes: 16 additions & 0 deletions docs/workflow/testing/visualstudio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Visual Studio Test Explorer support
For Visual Studio Test Explorer to work in dotnet/runtime, the following test settings need to be enabled:
- Test parameters (like which `dotnet` host to use) are persisted in an auto-generated .runsettings file. For that to work, make sure that the "Auto detect runsettings Files" (`Options -> Test`) option is enabled.
- Make sure that the "Processor Architecture for AnyCPU project" (`Test Explore pane -> Test Explorer toolbar options --> Settings`) value is set to `auto`.

# Visual Studio F5 Debugging support
dotnet/runtime uses `dotnet test` ([VSTest](https://github.com/Microsoft/vstest)) which spawns child processes during test execution.
Visual Studio by default doesn't automatically debug child processes, therefore preliminary steps need to be done to enable Debugging "F5" support.
Note that these steps aren't necessary for Visual Studio Test Explorer support.
1. Install the [Microsoft Child Process Debugging Power Tool](https://marketplace.visualstudio.com/items?itemName=vsdbgplat.MicrosoftChildProcessDebuggingPowerTool) extension.
2. Go to the child process debug settings (`Debug -> Other Debug Targets -> Child Process Debugging Settings...`), enable the "Enable child process debugging" option and hit save.
3. Go to the project debug settings (`Debug -> $ProjectName Properties`) and enable the "Enable native code debugging" option.

## References
- https://github.com/dotnet/project-system/issues/6176 tracks enabling the native code debugging functionality for multiple projects without user interaction.
- https://github.com/dotnet/sdk/issues/7419#issuecomment-298261617 explains the necessary steps to install and enable the mentioned extension in more detail.
96 changes: 48 additions & 48 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,61 +6,61 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.20255.6">
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.5.1-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk" Version="5.0.0-beta.20255.6">
<Dependency Name="Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk" Version="5.0.0-beta.20256.5">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>981e1a0b0149281a5994ecddfeb5cfcf002f9f1e</Sha>
<Sha>8547938aefa24475a04877285553f0b2663ae249</Sha>
</Dependency>
<Dependency Name="optimization.windows_nt-x64.IBC.CoreFx" Version="99.99.99-master-20190716.1">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-optimization</Uri>
Expand All @@ -86,37 +86,37 @@
<Uri>https://github.com/microsoft/vstest</Uri>
<Sha>df61f73a1f4608df5ee0957350fbd3e81f924c6b</Sha>
</Dependency>
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="5.0.0-beta.20256.1">
<Dependency Name="System.ComponentModel.TypeConverter.TestData" Version="5.0.0-beta.20257.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>dca67e64ede5a701747e9a8e0117c18aaa4f7bca</Sha>
<Sha>4f4305bdda9b49dc2487cb73a17c2216fa1fb98d</Sha>
</Dependency>
<Dependency Name="System.Drawing.Common.TestData" Version="5.0.0-beta.20256.1">
<Dependency Name="System.Drawing.Common.TestData" Version="5.0.0-beta.20257.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>dca67e64ede5a701747e9a8e0117c18aaa4f7bca</Sha>
<Sha>4f4305bdda9b49dc2487cb73a17c2216fa1fb98d</Sha>
</Dependency>
<Dependency Name="System.IO.Compression.TestData" Version="5.0.0-beta.20256.1">
<Dependency Name="System.IO.Compression.TestData" Version="5.0.0-beta.20257.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>dca67e64ede5a701747e9a8e0117c18aaa4f7bca</Sha>
<Sha>4f4305bdda9b49dc2487cb73a17c2216fa1fb98d</Sha>
</Dependency>
<Dependency Name="System.IO.Packaging.TestData" Version="5.0.0-beta.20256.1">
<Dependency Name="System.IO.Packaging.TestData" Version="5.0.0-beta.20257.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>dca67e64ede5a701747e9a8e0117c18aaa4f7bca</Sha>
<Sha>4f4305bdda9b49dc2487cb73a17c2216fa1fb98d</Sha>
</Dependency>
<Dependency Name="System.Net.TestData" Version="5.0.0-beta.20256.1">
<Dependency Name="System.Net.TestData" Version="5.0.0-beta.20257.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>dca67e64ede5a701747e9a8e0117c18aaa4f7bca</Sha>
<Sha>4f4305bdda9b49dc2487cb73a17c2216fa1fb98d</Sha>
</Dependency>
<Dependency Name="System.Private.Runtime.UnicodeData" Version="5.0.0-beta.20256.1">
<Dependency Name="System.Private.Runtime.UnicodeData" Version="5.0.0-beta.20257.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>dca67e64ede5a701747e9a8e0117c18aaa4f7bca</Sha>
<Sha>4f4305bdda9b49dc2487cb73a17c2216fa1fb98d</Sha>
</Dependency>
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="5.0.0-beta.20256.1">
<Dependency Name="System.Security.Cryptography.X509Certificates.TestData" Version="5.0.0-beta.20257.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>dca67e64ede5a701747e9a8e0117c18aaa4f7bca</Sha>
<Sha>4f4305bdda9b49dc2487cb73a17c2216fa1fb98d</Sha>
</Dependency>
<Dependency Name="System.Windows.Extensions.TestData" Version="5.0.0-beta.20256.1">
<Dependency Name="System.Windows.Extensions.TestData" Version="5.0.0-beta.20257.1">
<Uri>https://github.com/dotnet/runtime-assets</Uri>
<Sha>dca67e64ede5a701747e9a8e0117c18aaa4f7bca</Sha>
<Sha>4f4305bdda9b49dc2487cb73a17c2216fa1fb98d</Sha>
</Dependency>
<Dependency Name="runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk" Version="6.0.1-alpha.1.20254.1">
<Uri>https://github.com/dotnet/llvm-project</Uri>
Expand Down Expand Up @@ -170,13 +170,13 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>0375524a91a47ca4db3ee1be548f74bab7e26e76</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-preview.3.20256.5">
<Dependency Name="Microsoft.NET.ILLink.Tasks" Version="5.0.0-preview.3.20257.4">
<Uri>https://github.com/mono/linker</Uri>
<Sha>fe2d8f8c2007ecf3789df3d8169d9809111875bb</Sha>
<Sha>6e17588c5e0c1804312d81e98dceeab5eb7f6f1f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XHarness.Tests.Runners" Version="1.0.0-prerelease.20256.2">
<Dependency Name="Microsoft.DotNet.XHarness.Tests.Runners" Version="1.0.0-prerelease.20257.4">
<Uri>https://github.com/dotnet/xharness</Uri>
<Sha>1bf48d38e217b0edebbd42c2af3e47fb01211c37</Sha>
<Sha>a8346dcc301875ef9cede0500f3736a73dbbc3cf</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
40 changes: 20 additions & 20 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@
</ItemGroup>
<PropertyGroup>
<!-- Arcade dependencies -->
<MicrosoftDotNetApiCompatVersion>5.0.0-beta.20255.6</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetBuildTasksFeedVersion>5.0.0-beta.20255.6</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>5.0.0-beta.20255.6</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetGenAPIVersion>5.0.0-beta.20255.6</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetGenFacadesVersion>5.0.0-beta.20255.6</MicrosoftDotNetGenFacadesVersion>
<MicrosoftDotNetXUnitExtensionsVersion>5.0.0-beta.20255.6</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.20255.6</MicrosoftDotNetXUnitConsoleRunnerVersion>
<MicrosoftDotNetBuildTasksPackagingVersion>5.0.0-beta.20255.6</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20255.6</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetVersionToolsTasksVersion>5.0.0-beta.20255.6</MicrosoftDotNetVersionToolsTasksVersion>
<MicrosoftDotNetApiCompatVersion>5.0.0-beta.20256.5</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetBuildTasksFeedVersion>5.0.0-beta.20256.5</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>5.0.0-beta.20256.5</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetGenAPIVersion>5.0.0-beta.20256.5</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetGenFacadesVersion>5.0.0-beta.20256.5</MicrosoftDotNetGenFacadesVersion>
<MicrosoftDotNetXUnitExtensionsVersion>5.0.0-beta.20256.5</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.20256.5</MicrosoftDotNetXUnitConsoleRunnerVersion>
<MicrosoftDotNetBuildTasksPackagingVersion>5.0.0-beta.20256.5</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20256.5</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetVersionToolsTasksVersion>5.0.0-beta.20256.5</MicrosoftDotNetVersionToolsTasksVersion>
<!-- Installer dependencies -->
<MicrosoftNETCoreAppVersion>5.0.0-preview.4.20202.18</MicrosoftNETCoreAppVersion>
<MicrosoftNETCoreDotNetHostVersion>5.0.0-preview.4.20202.18</MicrosoftNETCoreDotNetHostVersion>
Expand All @@ -81,14 +81,14 @@
<SystemTextJsonVersion>5.0.0-preview.4.20202.18</SystemTextJsonVersion>
<runtimenativeSystemIOPortsVersion>5.0.0-alpha.1.19563.3</runtimenativeSystemIOPortsVersion>
<!-- Runtime-Assets dependencies -->
<SystemComponentModelTypeConverterTestDataVersion>5.0.0-beta.20256.1</SystemComponentModelTypeConverterTestDataVersion>
<SystemDrawingCommonTestDataVersion>5.0.0-beta.20256.1</SystemDrawingCommonTestDataVersion>
<SystemIOCompressionTestDataVersion>5.0.0-beta.20256.1</SystemIOCompressionTestDataVersion>
<SystemIOPackagingTestDataVersion>5.0.0-beta.20256.1</SystemIOPackagingTestDataVersion>
<SystemNetTestDataVersion>5.0.0-beta.20256.1</SystemNetTestDataVersion>
<SystemPrivateRuntimeUnicodeDataVersion>5.0.0-beta.20256.1</SystemPrivateRuntimeUnicodeDataVersion>
<SystemSecurityCryptographyX509CertificatesTestDataVersion>5.0.0-beta.20256.1</SystemSecurityCryptographyX509CertificatesTestDataVersion>
<SystemWindowsExtensionsTestDataVersion>5.0.0-beta.20256.1</SystemWindowsExtensionsTestDataVersion>
<SystemComponentModelTypeConverterTestDataVersion>5.0.0-beta.20257.1</SystemComponentModelTypeConverterTestDataVersion>
<SystemDrawingCommonTestDataVersion>5.0.0-beta.20257.1</SystemDrawingCommonTestDataVersion>
<SystemIOCompressionTestDataVersion>5.0.0-beta.20257.1</SystemIOCompressionTestDataVersion>
<SystemIOPackagingTestDataVersion>5.0.0-beta.20257.1</SystemIOPackagingTestDataVersion>
<SystemNetTestDataVersion>5.0.0-beta.20257.1</SystemNetTestDataVersion>
<SystemPrivateRuntimeUnicodeDataVersion>5.0.0-beta.20257.1</SystemPrivateRuntimeUnicodeDataVersion>
<SystemSecurityCryptographyX509CertificatesTestDataVersion>5.0.0-beta.20257.1</SystemSecurityCryptographyX509CertificatesTestDataVersion>
<SystemWindowsExtensionsTestDataVersion>5.0.0-beta.20257.1</SystemWindowsExtensionsTestDataVersion>
<!-- Standard dependencies -->
<NETStandardLibraryVersion>2.2.0-prerelease.19564.1</NETStandardLibraryVersion>
<!-- dotnet-optimization dependencies -->
Expand All @@ -114,7 +114,7 @@
<SystemDataSqlClientVersion>4.8.0</SystemDataSqlClientVersion>
<!-- Testing -->
<MicrosoftNETTestSdkVersion>16.7.0-preview-20200429-01</MicrosoftNETTestSdkVersion>
<MicrosoftDotNetXHarnessTestsRunnersVersion>1.0.0-prerelease.20256.2</MicrosoftDotNetXHarnessTestsRunnersVersion>
<MicrosoftDotNetXHarnessTestsRunnersVersion>1.0.0-prerelease.20257.4</MicrosoftDotNetXHarnessTestsRunnersVersion>
<XUnitVersion>2.4.1</XUnitVersion>
<CoverletCollectorVersion>1.2.1</CoverletCollectorVersion>
<TraceEventVersion>2.0.5</TraceEventVersion>
Expand All @@ -123,7 +123,7 @@
<!-- Docs -->
<MicrosoftPrivateIntellisenseVersion>3.1.0-preview-20200129.1</MicrosoftPrivateIntellisenseVersion>
<!-- ILLink -->
<MicrosoftNETILLinkTasksVersion>5.0.0-preview.3.20256.5</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkTasksVersion>5.0.0-preview.3.20257.4</MicrosoftNETILLinkTasksVersion>
<!-- Mono LLVM -->
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>6.0.1-alpha.1.20254.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMSdkVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>6.0.1-alpha.1.20254.1</runtimelinuxx64MicrosoftNETCoreRuntimeMonoLLVMToolsVersion>
Expand Down
1 change: 1 addition & 0 deletions eng/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $

# VS Test Explorer support for libraries
if ($vs) {
Write-Host "!!! VS Test Explorer now works without the -vs switch. The switch will be removed eventually. !!! "
. $PSScriptRoot\common\tools.ps1

# Microsoft.DotNet.CoreSetup.sln is special - hosting tests are currently meant to run on the
Expand Down
2 changes: 1 addition & 1 deletion eng/common/CIBuild.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*"
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -build -test -sign -pack -publish -ci %*"
2 changes: 1 addition & 1 deletion eng/common/PSScriptAnalyzerSettings.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
'PSStandardDSCFunctionsInResource',
'PSUseIdenticalMandatoryParametersForDSC',
'PSUseIdenticalParametersForDSC')
}
}
2 changes: 1 addition & 1 deletion eng/common/cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ while [[ -h $source ]]; do
done
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"

. "$scriptroot/build.sh" --restore --build --test --pack --publish --ci $@
. "$scriptroot/build.sh" --restore --build --test --pack --publish --ci $@
2 changes: 1 addition & 1 deletion eng/common/cross/arm/sources.list.trusty
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ deb http://ports.ubuntu.com/ubuntu-ports/ trusty-backports main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ trusty-backports main restricted

deb http://ports.ubuntu.com/ubuntu-ports/ trusty-security main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ trusty-security main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ trusty-security main restricted universe multiverse
2 changes: 1 addition & 1 deletion eng/common/cross/arm/sources.list.xenial
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ deb http://ports.ubuntu.com/ubuntu-ports/ xenial-backports main restricted
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-backports main restricted

deb http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted universe multiverse
deb-src http://ports.ubuntu.com/ubuntu-ports/ xenial-security main restricted universe multiverse
Loading

0 comments on commit 73003ac

Please sign in to comment.