Skip to content

Commit 4dace02

Browse files
authored
housekeeping: Update cake/targets to latest (#43)
1 parent 16aebf2 commit 4dace02

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ resources:
1717

1818
jobs:
1919
- template: Azure/azure-pipelines.yml@templates # Template reference
20-
parameters:
21-
runMacBuild: false
22-

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#load nuget:https://www.myget.org/F/reactiveui/api/v2?package=ReactiveUI.Cake.Recipe&prerelease
1+
#load nuget:https://pkgs.dev.azure.com/dotnet/ReactiveUI/_packaging/ReactiveUI/nuget/v3/index.json?package=ReactiveUI.Cake.Recipe&prerelease
22

33
Environment.SetVariableNames();
44

src/Directory.build.targets

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<Project>
2+
<PropertyGroup>
3+
<Product>$(AssemblyName) ($(TargetFramework))</Product>
4+
<AndroidUseIntermediateDesignerFile>False</AndroidUseIntermediateDesignerFile>
5+
</PropertyGroup>
6+
27
<PropertyGroup Condition="$(TargetFramework.StartsWith('net4'))">
38
<DefineConstants>$(DefineConstants);NET_45;XAML</DefineConstants>
49
</PropertyGroup>

src/global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "3.0.100-preview"
44
},
55
"msbuild-sdks": {
6-
"MSBuild.Sdk.Extras": "2.0.31"
6+
"MSBuild.Sdk.Extras": "2.0.43"
77
}
88
}

0 commit comments

Comments
 (0)