Skip to content

Commit

Permalink
Merge pull request #17 from Fleid/cicd3.0.0upgrade
Browse files Browse the repository at this point in the history
Cicd3.0.0upgrade
  • Loading branch information
Fleid authored Sep 15, 2020
2 parents 48855ea + 1a5f65c commit 4d99dc3
Show file tree
Hide file tree
Showing 13 changed files with 1,133 additions and 1,041 deletions.
4 changes: 3 additions & 1 deletion README_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ New-AutProject `
$asaProjectName = "ASAHelloWorld"
$solutionPath = "C:\users\fleide\Repos\asa.unittest\examples"
$unittestFolder = "ASAHelloworld.Tests"
$asanugetversion = "3.0.0"
Start-AutRun `
-asaProjectName $asaProjectName `
-solutionPath $solutionPath `
-unittestFolder $unittestFolder `
-asanugetversion $asanugetversion `
-verbose
```
Expand All @@ -69,7 +71,7 @@ $asaProjectName = "ASAHelloWorld"
$unittestFolder = "ASAHelloWorld.Tests"
$testID = (Get-Date -Format "yyyyMMddHHmmss")
$exePath = "C:\Users\fleide\Repos\asa.unittest\examples\ASAHelloWorld.Tests\2_act\Microsoft.Azure.StreamAnalytics.CICD.2.4.0\tools\sa.exe"
$exePath = "C:\Users\fleide\Repos\asa.unittest\examples\ASAHelloWorld.Tests\2_act\Microsoft.Azure.StreamAnalytics.CICD.3.0.0\tools\sa.exe"
```

## Testing
Expand Down
Loading

0 comments on commit 4d99dc3

Please sign in to comment.