File tree Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,6 @@ steps:
3232 msbuildArgs : ' /t:Restore'
3333 configuration : ' $(buildConfiguration)'
3434
35- - task : PowerShell@2
36- # Workaround for https://github.com/onovotny/MSBuildSdkExtras/issues/174
37- displayName : ' Resource.Designer workaround'
38- inputs :
39- targetType : ' inline'
40- script : ' New-Item -ItemType File -Path .\src\Caliburn.Micro.Core\obj\Release\MonoAndroid80\Resource.Designer.cs -Force'
41-
4235- task : VSBuild@1
4336 displayName : Build & Pack Core Solution
4437 inputs :
Original file line number Diff line number Diff line change 77 <RootNamespace >Caliburn.Micro</RootNamespace >
88 </PropertyGroup >
99
10- <!-- Workaround for https://github.com/onovotny/MSBuildSdkExtras/issues/173 -->
11- <PropertyGroup Label =" Android DesignTimeBuild error workaround" >
12- <DesignTimeBuild >false</DesignTimeBuild >
13- </PropertyGroup >
14-
1510 <PropertyGroup Condition =" '$(TargetFramework)' == 'net45'" >
1611 <AssemblyOriginatorKeyFile >.\..\Caliburn.Micro.snk</AssemblyOriginatorKeyFile >
1712 <SignAssembly >true</SignAssembly >
Original file line number Diff line number Diff line change 77 <RootNamespace >Caliburn.Micro</RootNamespace >
88 </PropertyGroup >
99
10- <!-- Workaround for https://github.com/onovotny/MSBuildSdkExtras/issues/173 -->
11- <PropertyGroup Label =" Android DesignTimeBuild error workaround" >
12- <DesignTimeBuild >false</DesignTimeBuild >
13- </PropertyGroup >
14-
1510 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' or '$(TargetFramework)' == 'Xamarin.iOS10' or '$(TargetFramework)' == 'MonoAndroid80'" >
1611 <DefineConstants >XFORMS</DefineConstants >
1712 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments