Skip to content

Commit

Permalink
Merge pull request #13 from juanluelguerre/develop
Browse files Browse the repository at this point in the history
* new version and jenkins file update
  • Loading branch information
juanluelguerre committed May 25, 2019
2 parents 8c1ea39 + fbb0ffc commit f25e339
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MyBudget/Pages/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="d-flex justify-content-center">
<div class="card text-white bg-dark mb-3" style="width: 30rem;">
<h5 class="card-header">Budget v2.2.6</h5>
<h5 class="card-header">Budget v2.2.7</h5>
<div class="card-body">
<p class="card-text">
This is the current buget. What do you want to do?
Expand Down
2 changes: 1 addition & 1 deletion jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline {

azureWebAppPublish azureCredentialsId: params.AZURE_CREDENTIAL_ID,
resourceGroup: params.RESOURCE_GROUP,
appName: params.APP_NAME,
appName: params.APP_NAME_PROD,
sourceDirectory: "MyBudget/bin/Release/netcoreapp2.2/publish/"
}
}
Expand Down

0 comments on commit f25e339

Please sign in to comment.