-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
615 additions
and
1,141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -302,3 +302,5 @@ __pycache__/ | |
*.btm.cs | ||
*.odx.cs | ||
*.xsd.cs | ||
package-lock.json | ||
azurite/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
start /B azurite --silent --location azurite --debug azirute/debug.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,12 @@ jobs: | |
submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules | ||
persistCredentials: true | ||
# Linux or macOS | ||
- bash: | | ||
sudo npm install -g [email protected] | ||
sudo mkdir azurite | ||
sudo azurite --silent --location azurite --debug azirute/debug.log & | ||
displayName: 'Install and Run Azurite (Linux)' | ||
condition: in( variables['Agent.OS'], 'Linux', 'Darwin' ) | ||
- task: Bash@3 | ||
displayName: Linux / OSX Build | ||
inputs: | ||
|
@@ -24,8 +30,14 @@ jobs: | |
continueOnError: true | ||
condition: in( variables['Agent.OS'], 'Linux', 'Darwin' ) | ||
env: | ||
AZURE_CONNECTION_STR: $(azureConnectionString) | ||
AZURE_CONNECTION_STR: UseDevelopmentStorage=true | ||
# Windows | ||
- powershell: | | ||
npm install -g [email protected] | ||
mkdir azurite | ||
Start-Process azurite.cmd -PassThru | ||
displayName: 'Install and Run Azurite (Windows)' | ||
condition: eq( variables['Agent.OS'], 'Windows_NT' ) | ||
- task: BatchScript@1 | ||
displayName: Windows Build | ||
inputs: | ||
|
@@ -34,7 +46,7 @@ jobs: | |
continueOnError: true | ||
condition: eq( variables['Agent.OS'], 'Windows_NT' ) | ||
env: | ||
AZURE_CONNECTION_STR: $(azureConnectionString) | ||
AZURE_CONNECTION_STR: UseDevelopmentStorage=true | ||
- task: PublishTestResults@2 | ||
inputs: | ||
testRunner: VSTest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
src/Akka.Persistence.Azure.TestHelpers/Akka.Persistence.Azure.TestHelpers.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
132 changes: 0 additions & 132 deletions
132
src/Akka.Persistence.Azure.TestHelpers/WindowsAzureStorageEmulatorFixture.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.