Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Nov 22, 2024
1 parent 3801614 commit d6711b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
7.0.x
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v0.9.9
uses: gittools/actions/gitversion/setup@v3.0.3
with:
versionSpec: '5.x'

- name: Determine Version
uses: gittools/actions/gitversion/execute@v0.9.9
uses: gittools/actions/gitversion/execute@v3.0.3

- name: Install dependencies
run: dotnet restore ${{ env.Solution_File }}
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions Smidge.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.61
# Visual Studio Version 17
VisualStudioVersion = 17.12.35209.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A5154E3B-762A-4720-A947-C7A3EA25835A}"
EndProject
Expand All @@ -13,8 +13,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
.gitignore = .gitignore
.github\workflows\build.yml = .github\workflows\build.yml
src\Directory.Build.props = src\Directory.Build.props
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
GitVersion.yml.bak = GitVersion.yml.bak
Nuget.config = Nuget.config
README.md = README.md
.github\workflows\test-report.yml = .github\workflows\test-report.yml
Expand Down
1 change: 1 addition & 0 deletions src/Smidge/SmidgeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ public ISmidgeRequire RequiresCss(params string[] paths)
{
RequiresCss(new CssFile(path));
}

return this;
}

Expand Down

0 comments on commit d6711b7

Please sign in to comment.