Skip to content

Commit 3e1a0e6

Browse files
build(deps): bump XamlNameReferenceGenerator from 1.1.1 to 1.1.2 in /samples (#234)
* build(deps): bump XamlNameReferenceGenerator in /samples Bumps [XamlNameReferenceGenerator](https://github.com/avaloniaui/Avalonia.NameGenerator) from 1.1.1 to 1.1.2. - [Release notes](https://github.com/avaloniaui/Avalonia.NameGenerator/releases) - [Commits](AvaloniaUI/Avalonia.NameGenerator@1.1.1...1.1.2) Signed-off-by: dependabot[bot] <[email protected]> * Try dotnet msbuild * Update Visual Studio Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artyom V. Gorchakov <[email protected]>
1 parent a47c075 commit 3e1a0e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build-samples.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
- name: Setup MSBuild.exe
4343
uses: microsoft/[email protected]
4444

45+
- name: Update VS2019
46+
shell: powershell
47+
run: Start-Process -Wait -PassThru -FilePath "C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe" -ArgumentList "update --passive --norestart --installpath ""C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise"""
48+
4549
# The workaround from https://github.com/actions/setup-dotnet/issues/155#issuecomment-748452076
4650
- name: Clean
4751
run: msbuild LoginApp.sln /t:clean /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=$env:Configuration && dotnet nuget locals all --clear

samples/LoginApp.Avalonia/LoginApp.Avalonia.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0" />
1111
<PackageReference Include="Citrus.Avalonia" Version="1.4.3" />
1212
<PackageReference Include="MessageBox.Avalonia" Version="1.0.5" />
13-
<PackageReference Include="XamlNameReferenceGenerator" Version="1.1.1" />
13+
<PackageReference Include="XamlNameReferenceGenerator" Version="1.1.2" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)