mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
set assemblyinfo after checkout
This commit is contained in:
parent
4337c607ee
commit
067f69b494
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dotnet.yml
vendored
2
.github/workflows/dotnet.yml
vendored
|
|
@ -24,11 +24,11 @@ jobs:
|
|||
run: |
|
||||
sc config WSearch start= auto # Starts Windows Search service- Needed for running ExplorerTest
|
||||
net start WSearch
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set version in all AssemblyInfo.cs files
|
||||
uses: secondbounce/assemblyinfo-update@v2
|
||||
with:
|
||||
version: '1.17.2'
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/cache@v4
|
||||
name: Restore Nuget Cache
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue