-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #7 moved all MS build scripts out of the way. all projects are building * added ci pipeline draft definition * fixed proxy prj not building * added test step * dotnet build & dotnet test are running * dotnet build and dotnet test are working * dotnet test no longer crashes * added test results publish * added Azure Functions and Dapr SDKs * added dapr init to pipeline * fix for Configuration doesn't allow containers to access services on the host * create network manualy * os matrix * xplat test runner fix * Setup Docker on macOS * win install tweaks * back to powershell * win uses powershell * try to get win build running * script tweak * path fix * switchwed to dapr install action * leave dapr aside for now * back to ubuntu * removed matrix * missing condition * just the failing * see docker host ip * fix for ubuntu?? * check if linux in pipeline * only tests that run in pipeline
- Loading branch information
1 parent
89967b7
commit a966c16
Showing
148 changed files
with
203 additions
and
132 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. | ||
# See https://help.github.com/articles/about-code-owners/ | ||
|
||
* @philliphoff @ravipal | ||
* @razvangoga |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''"> | ||
<Copyright>$(CopyrightNetFoundation)</Copyright> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<StrongNameKeyId>Microsoft</StrongNameKeyId> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="$(MSBuildThisFileDirectory)LICENSE.txt" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<!-- Lots of our dependencies are not strong-named --> | ||
<NoWarn>$(NoWarn);8002</NoWarn> | ||
<Nullable>enable</Nullable> | ||
<LangVersion>8.0</LangVersion> | ||
</PropertyGroup> | ||
|
||
<Import Project="$(RepoRoot)test\Test.Infrastructure\Microsoft.AspNetCore.Testing.props" Condition=" '$(IsTestProject)' == 'true' " /> | ||
|
||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"sdk": { | ||
"allowPrerelease": true | ||
}, | ||
"tools": { | ||
"dotnet": "8.0.100-preview.3.23178.7", | ||
"runtimes": { | ||
"dotnet": [ | ||
"6.0.0" | ||
], | ||
"aspnetcore": [ | ||
"6.0.0" | ||
] | ||
} | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23265.1" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Project> | ||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> | ||
|
||
<PropertyGroup> | ||
<IsPackable>true</IsPackable> | ||
<DebugType>Embedded</DebugType> | ||
</PropertyGroup> | ||
</Project> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<Project> | ||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> | ||
|
||
<PropertyGroup> | ||
<IsPackable>false</IsPackable> | ||
<IsShipping>false</IsShipping> | ||
</PropertyGroup> | ||
</Project> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
|
||
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" /> | ||
|
||
<PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''"> | ||
<Copyright>$(CopyrightNetFoundation)</Copyright> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<PackageLicenseExpression>MIT</PackageLicenseExpression> | ||
<StrongNameKeyId>Microsoft</StrongNameKeyId> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<None Include="$(MSBuildThisFileDirectory)LICENSE.txt" Pack="true" PackagePath="" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<!-- Lots of our dependencies are not strong-named --> | ||
<NoWarn>$(NoWarn);8002</NoWarn> | ||
<GenerateRuntimeConfigDevFile>true</GenerateRuntimeConfigDevFile> | ||
<Nullable>enable</Nullable> | ||
<LangVersion>8.0</LangVersion> | ||
</PropertyGroup> | ||
|
||
<Import Project="$(RepoRoot)test\Test.Infrastructure\Microsoft.AspNetCore.Testing.props" Condition=" '$(IsTestProject)' == 'true' " /> | ||
|
||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,7 @@ | ||
{ | ||
"sdk": { | ||
"allowPrerelease": true | ||
}, | ||
"tools": { | ||
"dotnet": "8.0.100-preview.3.23178.7", | ||
"runtimes": { | ||
"dotnet": [ | ||
"6.0.0" | ||
], | ||
"aspnetcore": [ | ||
"6.0.0" | ||
] | ||
"sdk": { | ||
"version": "8.0.200", | ||
"rollForward": "latestPatch", | ||
"allowPrerelease": false | ||
} | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23265.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> | ||
|
||
<PropertyGroup> | ||
<IsPackable>true</IsPackable> | ||
<DebugType>Embedded</DebugType> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
<Project> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory)..\, Directory.Build.props))\Directory.Build.props" /> | ||
|
||
<PropertyGroup> | ||
<ImplicitUsings>disable</ImplicitUsings> | ||
<Nullable>enable</Nullable> | ||
<LangVersion>10.0</LangVersion> | ||
|
||
<IsPackable>false</IsPackable> | ||
<IsShipping>false</IsShipping> | ||
<IsTestProject>true</IsTestProject> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,43 @@ | ||
|
||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net6.0</TargetFramework> | ||
<AssemblyName>Microsoft.Tye.E2ETest</AssemblyName> | ||
<IsTestProject>true</IsTestProject> | ||
<!-- TODO: Investigate Ubuntu >16.04 test hangs and Mac test failures and re-enable E2E tests. --> | ||
<IsUnitTestProject>false</IsUnitTestProject> | ||
<TestRunnerName>XUnit</TestRunnerName> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<!-- | ||
The Microsoft.Build.Locator package takes care of dynamically loading these assemblies | ||
at runtime. We don't need/want to ship them, just to have them as references. | ||
--> | ||
|
||
<PackageReference Include="Microsoft.Build" Version="17.3.2" ExcludeAssets="runtime" /> | ||
<PackageReference Include="Microsoft.Build.Framework" Version="17.3.2" ExcludeAssets="runtime" /> | ||
<PackageReference Include="Microsoft.Build.Locator" Version="1.5.5" /> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/> | ||
<PackageReference Include="xunit" Version="2.7.0"/> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="coverlet.collector" Version="6.0.0"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\src\Microsoft.Tye.Hosting\Microsoft.Tye.Hosting.csproj" /> | ||
<ProjectReference Include="..\Test.Infrastructure\Test.Infrastructure.csproj" /> | ||
<ProjectReference Include="..\..\src\Microsoft.Tye.Core\Microsoft.Tye.Core.csproj" /> | ||
<ProjectReference Include="..\..\src\tye\tye.csproj" /> | ||
|
||
</ItemGroup> | ||
<ProjectReference Include="..\..\src\Microsoft.Tye.Hosting\Microsoft.Tye.Hosting.csproj"/> | ||
<ProjectReference Include="..\Test.Infrastructure\Test.Infrastructure.csproj"/> | ||
<ProjectReference Include="..\..\src\Microsoft.Tye.Core\Microsoft.Tye.Core.csproj"/> | ||
<ProjectReference Include="..\..\src\tye\tye.csproj"/> | ||
|
||
<ItemGroup> | ||
|
||
<Content Include="testassets\**\*" CopyToOutputDirectory="PreserveNewest" /> | ||
<Compile Remove="testassets\**\*" /> | ||
<None Remove="testassets\generate\apps-with-ingress.1.18.yaml" /> | ||
<None Remove="testassets\projects\non-standard-dashboard-port\test-project\appsettings.Development.json" /> | ||
<None Remove="testassets\projects\non-standard-dashboard-port\test-project\appsettings.json" /> | ||
<None Remove="testassets\projects\non-standard-dashboard-port\test-project\Properties\launchSettings.json" /> | ||
<None Remove="testassets\projects\non-standard-dashboard-port\tye.yaml" /> | ||
<None Remove="testassets\projects\non-standard-dashboard-port-7.0\test-project\appsettings.Development.json" /> | ||
<None Remove="testassets\projects\non-standard-dashboard-port-7.0\test-project\appsettings.json" /> | ||
<None Remove="testassets\projects\non-standard-dashboard-port-7.0\tye.yaml" /> | ||
<Compile Include="..\..\src\shared\KubectlDetector.cs" Link="KubectlDetector.cs" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="16.6.1" /> | ||
<Content Include="testassets\**\*" CopyToOutputDirectory="PreserveNewest"/> | ||
<Compile Remove="testassets\**\*"/> | ||
<None Remove="testassets\generate\apps-with-ingress.1.18.yaml"/> | ||
<None Remove="testassets\projects\non-standard-dashboard-port\test-project\appsettings.Development.json"/> | ||
<None Remove="testassets\projects\non-standard-dashboard-port\test-project\appsettings.json"/> | ||
<None Remove="testassets\projects\non-standard-dashboard-port\test-project\Properties\launchSettings.json"/> | ||
<None Remove="testassets\projects\non-standard-dashboard-port\tye.yaml"/> | ||
<None Remove="testassets\projects\non-standard-dashboard-port-7.0\test-project\appsettings.Development.json"/> | ||
<None Remove="testassets\projects\non-standard-dashboard-port-7.0\test-project\appsettings.json"/> | ||
<None Remove="testassets\projects\non-standard-dashboard-port-7.0\tye.yaml"/> | ||
<Compile Include="..\..\src\shared\KubectlDetector.cs" Link="KubectlDetector.cs"/> | ||
</ItemGroup> | ||
|
||
</Project> |
Oops, something went wrong.