File tree Expand file tree Collapse file tree 13 files changed +24
-19
lines changed
.azure-pipelines/templates/windows
Microsoft.Git.CredentialManager
Atlassian.Bitbucket.UI.Windows Expand file tree Collapse file tree 13 files changed +24
-19
lines changed Original file line number Diff line number Diff line change 6
6
displayName : Set version variables
7
7
8
8
- script : |
9
- xcopy "out\windows\Installer.Windows\bin\$(configuration)\net461 " "$(Build.StagingDirectory)\publish\"
10
- xcopy "out\windows\Payload.Windows\bin\$(configuration)\net461 \win-x86" "$(Build.StagingDirectory)\publish\payload\"
9
+ xcopy "out\windows\Installer.Windows\bin\$(configuration)\net472 " "$(Build.StagingDirectory)\publish\"
10
+ xcopy "out\windows\Payload.Windows\bin\$(configuration)\net472 \win-x86" "$(Build.StagingDirectory)\publish\payload\"
11
11
mkdir "$(Build.StagingDirectory)\publish\payload.sym\"
12
12
move "$(Build.StagingDirectory)\publish\payload\*.pdb" "$(Build.StagingDirectory)\publish\payload.sym\"
13
13
displayName: Prepare final build artifacts
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ msbuild /t:restore /p:Configuration=WindowsDebug
35
35
msbuild /p:Configuration=WindowsDebug
36
36
```
37
37
38
- You can find a copy of the installer .exe file in ` out\windows\Installer.Windows\bin\Debug\net461 ` .
38
+ You can find a copy of the installer .exe file in ` out\windows\Installer.Windows\bin\Debug\net472 ` .
39
39
40
- The flat binaries can also be found in ` out\windows\Payload.Windows\bin\Debug\net461 \win-x86 ` .
40
+ The flat binaries can also be found in ` out\windows\Payload.Windows\bin\Debug\net472 \win-x86 ` .
41
41
42
42
### Linux
43
43
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0</TargetFrameworks >
5
- <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >netstandard2.0;net461 </TargetFrameworks >
5
+ <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >netstandard2.0;net472 </TargetFrameworks >
6
6
<AssemblyName >Atlassian.Bitbucket</AssemblyName >
7
7
<RootNamespace >Atlassian.Bitbucket</RootNamespace >
8
8
<IsTestProject >false</IsTestProject >
13
13
<ProjectReference Include =" ..\Microsoft.Git.CredentialManager\Microsoft.Git.CredentialManager.csproj" />
14
14
</ItemGroup >
15
15
16
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461 '" >
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472 '" >
17
17
<Reference Include =" System.Net.Http" />
18
18
</ItemGroup >
19
19
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFrameworks >netcoreapp3.1</TargetFrameworks >
6
- <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >net461 ;netcoreapp3.1</TargetFrameworks >
6
+ <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >net472 ;netcoreapp3.1</TargetFrameworks >
7
7
<RuntimeIdentifiers >win-x86;osx-x64;linux-x64</RuntimeIdentifiers >
8
8
<PlatformTarget Condition =" '$(OSPlatform)'=='windows'" >x86</PlatformTarget >
9
9
<AssemblyName >git-credential-manager-core</AssemblyName >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0</TargetFrameworks >
5
- <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >netstandard2.0;net461 </TargetFrameworks >
5
+ <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >netstandard2.0;net472 </TargetFrameworks >
6
6
<AssemblyName >GitHub</AssemblyName >
7
7
<RootNamespace >GitHub</RootNamespace >
8
8
<IsTestProject >false</IsTestProject >
13
13
<ProjectReference Include =" ..\Microsoft.Git.CredentialManager\Microsoft.Git.CredentialManager.csproj" />
14
14
</ItemGroup >
15
15
16
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461 '" >
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472 '" >
17
17
<Reference Include =" System.Net.Http" />
18
18
</ItemGroup >
19
19
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0</TargetFrameworks >
5
- <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >netstandard2.0;net461 </TargetFrameworks >
5
+ <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >netstandard2.0;net472 </TargetFrameworks >
6
6
<AssemblyName >Microsoft.AzureRepos</AssemblyName >
7
7
<RootNamespace >Microsoft.AzureRepos</RootNamespace >
8
8
<IsTestProject >false</IsTestProject >
13
13
<ProjectReference Include =" ..\Microsoft.Git.CredentialManager\Microsoft.Git.CredentialManager.csproj" />
14
14
</ItemGroup >
15
15
16
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461 '" >
16
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472 '" >
17
17
<Reference Include =" System.Net.Http" />
18
18
</ItemGroup >
19
19
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netstandard2.0</TargetFrameworks >
5
- <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >netstandard2.0;net461 </TargetFrameworks >
5
+ <TargetFrameworks Condition =" '$(OSPlatform)'=='windows'" >netstandard2.0;net472 </TargetFrameworks >
6
6
<AssemblyName >Microsoft.Git.CredentialManager</AssemblyName >
7
7
<RootNamespace >Microsoft.Git.CredentialManager</RootNamespace >
8
8
<IsTestProject >false</IsTestProject >
9
9
<LangVersion >latest</LangVersion >
10
10
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
11
11
</PropertyGroup >
12
12
13
- <ItemGroup Condition =" '$(TargetFramework)' == 'net461 '" >
13
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472 '" >
14
14
<Reference Include =" System.Net.Http" />
15
15
<Reference Include =" System.Web" />
16
16
</ItemGroup >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >net461 </TargetFramework >
5
+ <TargetFramework >net472 </TargetFramework >
6
6
<UseWPF >true</UseWPF >
7
7
<RootNamespace >Atlassian.Bitbucket.UI</RootNamespace >
8
8
<AssemblyName >Atlassian.Bitbucket.UI</AssemblyName >
Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<OutputType >WinExe</OutputType >
5
- <TargetFramework >net461 </TargetFramework >
5
+ <TargetFramework >net472 </TargetFramework >
6
6
<UseWPF >true</UseWPF >
7
7
<RootNamespace >GitHub.UI</RootNamespace >
8
8
<AssemblyName >GitHub.UI</AssemblyName >
Original file line number Diff line number Diff line change 3
3
<Import Project =" Sdk.props" Sdk =" Microsoft.NET.Sdk" />
4
4
5
5
<PropertyGroup >
6
- <TargetFramework >net461 </TargetFramework >
6
+ <TargetFramework >net472 </TargetFramework >
7
7
<GenerateAssemblyInfo >false</GenerateAssemblyInfo >
8
- <PayloadPath >$(PlatformOutPath)Payload.Windows\bin\$(Configuration)\net461 \win-x86</PayloadPath >
8
+ <PayloadPath >$(PlatformOutPath)Payload.Windows\bin\$(Configuration)\net472 \win-x86</PayloadPath >
9
9
<EnableDefaultItems >false</EnableDefaultItems >
10
10
</PropertyGroup >
11
11
You can’t perform that action at this time.
0 commit comments