Skip to content

Commit

Permalink
a small change
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Feb 18, 2024
1 parent 481ccaa commit 4019dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NUnit.Myget.Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: dotnet test --no-build --configuration=Release src/NUnitFramework/windows-tests/windows-tests.csproj

- name: 📦 Package
run: dotnet tool run dotnet-cake --target=Package --modifier=adev
run: dotnet tool run dotnet-cake --target=Package

- name: 💾 Upload build artifacts
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var ErrorDetail = new List<string>();

var version = MinVer();

var dbgSuffix = configuration.ToLower() == "debug" ? "-dbg" : "";
// var dbgSuffix = configuration.ToLower() == "debug" ? "-dbg" : "";
// var packageVersion = version + modifier + dbgSuffix;

var packageVersion = version;
Expand Down

0 comments on commit 4019dcf

Please sign in to comment.