Skip to content

Commit

Permalink
Updating published folder reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory authored Aug 23, 2021
1 parent b3e24c0 commit 1621290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline{
// Primary .csproj location
projectLocation = "RandomQuotes\\RandomQuotes.csproj"
// Default publish location
publishedPath = ".\\RandomQuotes\\bin\\Debug\\net5.0\\publish\\"
publishedPath = ".\\RandomQuotes\\bin\\Debug\\netcoreapp3.1\\publish\\"
// Git location for checkout
gitUrl = "https://github.com/OctopusSamples/RandomQuotes.git"
// Branch for checkout
Expand Down

0 comments on commit 1621290

Please sign in to comment.