Skip to content

Commit

Permalink
Bug fix - Closes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Majcica committed Apr 26, 2018
1 parent 7b39d90 commit db12e7b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions task/ps_modules/ispac.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ function Add-SsisProject()
[string][parameter(Mandatory = $true)]$ConnectionString,
[string][parameter(Mandatory = $true)]$CatalogName,
[string][parameter(Mandatory = $true)]$FolderName,
[System.IO.FileInfo][parameter(Mandatory = $true, ValueFromPipeline = $true)]$ProjectFile,
[bool]$DropProject = $true
[bool]$DropProject,
[System.IO.FileInfo][parameter(Mandatory = $true, ValueFromPipeline = $true)]$ProjectFile
)
BEGIN
{
Expand Down
4 changes: 2 additions & 2 deletions task/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"version": {
"Major": "3",
"Minor": "1",
"Patch": "6"
"Patch": "7"
},
"minimumAgentVersion": "1.95.1",
"minimumAgentVersion": "1.95.0",
"instanceNameFormat": "Deploy ISPACs from $(ispacFilePath)",
"inputs": [
{
Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"extensionId": "deploy-ssis",
"name": "Deploy SSIS",
"version": "1.0.4",
"version": "1.0.5",
"publisher": "mmajcica",
"description": "Deploy SSIS packages",
"public": false,
Expand Down

0 comments on commit db12e7b

Please sign in to comment.