Skip to content

Commit

Permalink
Apply changes to integrate standalone experiment CI/CD pipeline with …
Browse files Browse the repository at this point in the history
…DllImportGenerator
  • Loading branch information
jkoritzinsky committed Nov 6, 2020
1 parent 3e1b2ad commit 4956f11
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 117 deletions.
8 changes: 0 additions & 8 deletions DllImportGenerator/Directory.Build.props

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="1.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="xunit" Version="$(XunitVersion)" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="1.3.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@
</PropertyGroup>

<PropertyGroup>
<PackageId>DllImportGenerator</PackageId>
<PackageVersion>1.0.0.0</PackageVersion>
<Authors>Microsoft</Authors>
<PackageLicenseUrl>http://LICENSE_URL_HERE_OR_DELETE_THIS_LINE</PackageLicenseUrl>
<PackageProjectUrl>http://PROJECT_URL_HERE_OR_DELETE_THIS_LINE</PackageProjectUrl>
<PackageIconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</PackageIconUrl>
<RepositoryUrl>http://REPOSITORY_URL_HERE_OR_DELETE_THIS_LINE</RepositoryUrl>
<PackageProjectUrl>https://github.com/dotnet/runtimelab/tree/feature/DllImportGenerator</PackageProjectUrl>
<RepositoryUrl>https://github.com/dotnet/runtimelab/tree/feature/DllImportGenerator</RepositoryUrl>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>DllImportGenerator</Description>
<PackageReleaseNotes>Summary of changes made in this release of the package.</PackageReleaseNotes>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="DNNE" Version="1.0.13" />
<PackageReference Include="DNNE" Version="1.0.15" />
</ItemGroup>

<ItemGroup>
Expand Down
48 changes: 0 additions & 48 deletions Experiment.sln

This file was deleted.

1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="dotnet6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
</packageSources>
Expand Down
5 changes: 5 additions & 0 deletions eng/Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<ItemGroup>
<ProjectToBuild Include="$(RepoRoot)DllImportGenerator/DllImportGenerator.sln" />
</ItemGroup>
</Project>
4 changes: 3 additions & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
<UseVSTestRunner>true</UseVSTestRunner>
<UsingToolXliff>false</UsingToolXliff>
<!-- Libs -->
<MicrosoftNETCoreAppVersion>6.0.0-alpha.1.20514.9</MicrosoftNETCoreAppVersion>
<MicrosoftNETCoreAppVersion>6.0.0-alpha.1.20554.9</MicrosoftNETCoreAppVersion>
<MicrosoftNETTestSdkVersion>16.7.1</MicrosoftNETTestSdkVersion>
<XUnitVersion>2.4.1</XUnitVersion>
<XUnitRunnerVisualStudioVersion>2.4.3</XUnitRunnerVisualStudioVersion>
<!-- Roslyn dependencies -->
<CompilerPlatformVersion>3.8.0-3.final</CompilerPlatformVersion>
</PropertyGroup>
</Project>
2 changes: 2 additions & 0 deletions eng/pipelines/runtimelab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ trigger:
- README.md
- SECURITY.md
- THIRD-PARTY-NOTICES.TXT
- DllImportGenerator/designs/*

pr:
branches:
Expand All @@ -40,6 +41,7 @@ pr:
- README.md
- SECURITY.md
- THIRD-PARTY-NOTICES.TXT
- DllImportGenerator/designs/*

variables:
- name: _TeamName
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- _testBuildArg: ''
- ${{ if eq(parameters.runTests, true) }}:
- _testBuildArg: -test
- _testBuildArg: -test -integrationTest

- _officialBuildArgs: ''
- ${{ if eq(parameters.isOfficialBuild, true) }}:
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20520.4"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20555.6"
}
}
7 changes: 0 additions & 7 deletions src/Experiment/src/Experiment.csproj

This file was deleted.

9 changes: 0 additions & 9 deletions src/Experiment/src/MyClass.cs

This file was deleted.

9 changes: 0 additions & 9 deletions src/Experiment/tests/Experiment.Tests.csproj

This file was deleted.

14 changes: 0 additions & 14 deletions src/Experiment/tests/MyClassTests.cs

This file was deleted.

0 comments on commit 4956f11

Please sign in to comment.