Skip to content

Commit

Permalink
[fix] VS path
Browse files Browse the repository at this point in the history
  • Loading branch information
i4004 committed Mar 7, 2022
1 parent c334b62 commit c3017fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $nuspecFilePath = Join-Path $chocoPackageFilesPath "jiratimers.nuspec"
$verificationFilePath = Join-Path $chocoPackageFilesPath "VERIFICATION.txt"

$setupProjectPath = "src/JiraTimers.Setup/JiraTimers.Setup.vdproj"
$devenvPath = "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.com"
$devenvPath = "C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.com"

# Build process

Expand Down

0 comments on commit c3017fd

Please sign in to comment.