File tree Expand file tree Collapse file tree 6 files changed +11
-88
lines changed Expand file tree Collapse file tree 6 files changed +11
-88
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
<files >
18
18
<file src =" lib\Release\net5.0\MazeCreator.dll" target =" lib\net5.0" />
19
19
<file src =" lib\Release\net46\MazeCreator.dll" target =" lib\net46" />
20
- <file src =" lib\Release\net45\MazeCreator.dll" target =" lib\net45" />
21
20
<file src =" lib\Release\MonoAndroid\MazeCreator.dll" target =" lib\MonoAndroid" />
22
21
<file src =" lib\Release\xamarinmac\MazeCreator.dll" target =" lib\xamarinmac" />
23
22
<file src =" lib\Release\xamarintvos\MazeCreator.dll" target =" lib\xamarintvos" />
Original file line number Diff line number Diff line change 15
15
<tags >maze dfs</tags >
16
16
</metadata >
17
17
<files >
18
- <file src =" lib\Release\net45\MazeCreator.pdb" target =" lib\net45" />
18
+ <file src =" lib\Release\net5.0\MazeCreator.pdb" target =" lib\net5.0" />
19
+ <file src =" lib\Release\net46\MazeCreator.pdb" target =" lib\net46" />
19
20
<file src =" lib\Release\MonoAndroid\MazeCreator.pdb" target =" lib\MonoAndroid" />
21
+ <file src =" lib\Release\xamarinmac\MazeCreator.pdb" target =" lib\xamarinmac" />
22
+ <file src =" lib\Release\xamarintvos\MazeCreator.pdb" target =" lib\xamarintvos" />
20
23
<file src =" lib\Release\xamarinios\MazeCreator.pdb" target =" lib\xamarinios" />
24
+ <file src =" lib\Release\xamarinwatchos\MazeCreator.pdb" target =" lib\xamarinwatchos" />
21
25
</files >
22
26
</package >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
5
+ </PropertyGroup >
6
+ <PropertyGroup >
7
+ <LangVersion >7.0</LangVersion >
8
+ </PropertyGroup >
3
9
<PropertyGroup >
4
10
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
11
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
Original file line number Diff line number Diff line change 90
90
inputs :
91
91
restoreSolution : MazeCreator.sln
92
92
93
- - task : NuGetCommand@2
94
- displayName : ' NuGet restore'
95
- inputs :
96
- restoreSolution : MazeCreator.net45.sln
97
-
98
93
- task : NuGetCommand@2
99
94
displayName : ' NuGet restore'
100
95
inputs :
@@ -114,13 +109,6 @@ jobs:
114
109
errorActionPreference : ' silentlyContinue'
115
110
pwsh : true
116
111
117
- - task : VSBuild@1
118
- displayName : ' Build solution MazeCreator.net45.sln'
119
- inputs :
120
- solution : MazeCreator.net45.sln
121
- platform : ' any cpu'
122
- configuration : Release
123
-
124
112
- task : VSBuild@1
125
113
displayName : ' Build solution MazeCreator.sln'
126
114
inputs :
You can’t perform that action at this time.
0 commit comments