Skip to content

Commit

Permalink
test: Bump uitests project target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 15, 2021
1 parent 0b4f753 commit 3eee094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/ci/.azure-devops-samplesapp-uitests-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- task: CopyFiles@2
displayName: 'Publish Wasm UITest binaries'
inputs:
SourceFolder: $(build.sourcesdirectory)/src/SamplesApp/SamplesApp.UITests/bin/Release/net47
SourceFolder: $(build.sourcesdirectory)/src/SamplesApp/SamplesApp.UITests/bin/Release
Contents: '**/*.*'
TargetFolder: $(build.artifactstagingdirectory)
CleanTargetFolder: false
Expand Down
4 changes: 3 additions & 1 deletion src/SamplesApp/SamplesApp.UITests/SamplesApp.UITests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net47</TargetFramework>
<TargetFramework>net48</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>

<ItemGroup>
Expand All @@ -15,6 +16,7 @@
<PackageReference Include="Uno.UITest.Xamarin" />
<PackageReference Include="Uno.UITest.Helpers" />
<PackageReference Include="Uno.SourceGenerationTasks" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3eee094

Please sign in to comment.