Skip to content

Commit

Permalink
build(deps): bump XamlNameReferenceGenerator from 1.1.1 to 1.1.2 in /…
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
dependabot[bot] and worldbeater authored Mar 9, 2021
1 parent a47c075 commit 3e1a0e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/[email protected]

- name: Update VS2019
shell: powershell
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"""

# The workaround from https://github.com/actions/setup-dotnet/issues/155#issuecomment-748452076
- name: Clean
run: msbuild LoginApp.sln /t:clean /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=$env:Configuration && dotnet nuget locals all --clear
Expand Down
2 changes: 1 addition & 1 deletion samples/LoginApp.Avalonia/LoginApp.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0" />
<PackageReference Include="Citrus.Avalonia" Version="1.4.3" />
<PackageReference Include="MessageBox.Avalonia" Version="1.0.5" />
<PackageReference Include="XamlNameReferenceGenerator" Version="1.1.1" />
<PackageReference Include="XamlNameReferenceGenerator" Version="1.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3e1a0e6

Please sign in to comment.