Skip to content

Commit

Permalink
Test Azure Pipelines configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed May 6, 2019
1 parent db37cd1 commit 2327084
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions IL2C.Core/IL2C.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>IL2C.Core</AssemblyName>
Expand Down
3 changes: 2 additions & 1 deletion IL2C.Interop/IL2C.Interop.csproj
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net40;net45;netstandard2.0;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>net40;net45;netstandard1.0;netstandard2.0;netcoreapp2.0</TargetFrameworks>

<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>IL2C.Interop</AssemblyName>
Expand Down
1 change: 1 addition & 0 deletions IL2C.Tasks/IL2C.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>IL2C.Tasks</AssemblyName>
Expand Down
1 change: 1 addition & 0 deletions IL2C/IL2C.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<OutputType>Exe</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>IL2C</AssemblyName>
Expand Down
1 change: 1 addition & 0 deletions samples/AzureSphere/MT3620Blink/MT3620Blink.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>MT3620Blink</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>Calculator.Core.Tests</AssemblyName>
<RootNamespace>Calculator</RootNamespace>
Expand Down
1 change: 1 addition & 0 deletions samples/Calculator/Calculator.Core/Calculator.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>netstandard2.0</TargetFrameworks>

<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>Calculator.Core</AssemblyName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions tests/IL2C.Core.Test.Fixture/IL2C.Core.Test.Fixture.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>IL2C.Core.Test.Fixture</AssemblyName>
Expand Down Expand Up @@ -50,6 +51,7 @@
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="System.Xml.XPath.XmlDocument" Version="4.3.0" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions tests/IL2C.Core.Test.Target/IL2C.Core.Test.Target.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<OutputType>Library</OutputType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<AssemblyName>IL2C.Core.Test.Target</AssemblyName>
<RootNamespace>IL2C</RootNamespace>
Expand Down

0 comments on commit 2327084

Please sign in to comment.