File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,3 @@ resources:
17
17
18
18
jobs :
19
19
- template : Azure/azure-pipelines.yml@templates # Template reference
20
- parameters :
21
- runMacBuild : false
22
-
Original file line number Diff line number Diff line change 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
2
2
3
3
Environment . SetVariableNames( ) ;
4
4
Original file line number Diff line number Diff line change 1
1
<Project >
2
+ <PropertyGroup >
3
+ <Product >$(AssemblyName) ($(TargetFramework))</Product >
4
+ <AndroidUseIntermediateDesignerFile >False</AndroidUseIntermediateDesignerFile >
5
+ </PropertyGroup >
6
+
2
7
<PropertyGroup Condition =" $(TargetFramework.StartsWith('net4'))" >
3
8
<DefineConstants >$(DefineConstants);NET_45;XAML</DefineConstants >
4
9
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
"version" : " 3.0.100-preview"
4
4
},
5
5
"msbuild-sdks" : {
6
- "MSBuild.Sdk.Extras" : " 2.0.31 "
6
+ "MSBuild.Sdk.Extras" : " 2.0.43 "
7
7
}
8
8
}
You can’t perform that action at this time.
0 commit comments